--- /dev/null
+[colord]
+
+# This controls whether we search external volumes for color profiles.
+#
+# default=false
+SearchVolumes=false
+
+# If we should use SANE to add scanner and camera devices.
+#
+# If this is set to 'true' then a colord-sane process will
+# automatically be started by the daemon which watches USB scanner
+# devices as they are inserted and removed.
+#
+# default=true
+UseSANE=true
+
+# If we should create a dummy sensor for testing
+#
+# default=false
+CreateDummySensor=false
+
+# Known profiles are specific colorspaces that applications may request,
+# e.g. 'AdobeRGB' or 'sRGB'.
+# This key sets up any manual overrides that are not automatically added
+# using the profile dictionary metadata.
+#
+# default=
+StandardSpaces=adobe-rgb:/usr/share/color/icc/Argyll/ClayRGB1998.icm;srgb:/usr/share/color/icc/Argyll/sRGB.icm;prophoto-rgb:/usr/share/color/icc/Argyll/ProPhotoRGB.icc
mkdir -p './texmf/dvips.d'
mkdir -p './unixODBC/ODBCDataSources'
maybe chmod 0755 '.'
+maybe chmod 0644 './._cfg0000_colord.conf'
maybe chmod 0700 './.etckeeper'
maybe chmod 0600 './.gitignore'
maybe chmod 0600 './.pwd.lock'
maybe chmod 0644 './dbus-1/session.d/.keep_sys-apps_dbus-0'
maybe chmod 0644 './dbus-1/system.conf'
maybe chmod 0755 './dbus-1/system.d'
+maybe chmod 0644 './dbus-1/system.d/._cfg0000_org.freedesktop.ColorManager.conf'
maybe chmod 0644 './dbus-1/system.d/.keep_sys-apps_dbus-0'
maybe chmod 0644 './dbus-1/system.d/ConsoleKit.conf'
maybe chmod 0644 './dbus-1/system.d/NetworkManager.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.PolicyKit1.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UDisks.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UPower.conf'
+maybe chmod 0644 './dbus-1/system.d/org.freedesktop.colord-sane.conf'
maybe chmod 0644 './dbus-1/system.d/org.gnome.CPUFreqSelector.conf'
maybe chmod 0644 './dbus-1/system.d/org.gnome.GConf.Defaults.conf'
maybe chmod 0644 './dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf'
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- This configuration file specifies the required security policies
+ for the ColorManager to work. -->
+
+ <!-- Only user root or user colord can own the colord service -->
+ <policy user="root">
+ <allow own="org.freedesktop.ColorManager"/>
+ </policy>
+ <policy user="colord">
+ <allow own="org.freedesktop.ColorManager"/>
+ </policy>
+
+ <!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
+ <policy context="default">
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.ColorManager"/>
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.ColorManager.Profile"/>
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.ColorManager.Device"/>
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.ColorManager.Sensor"/>
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.DBus.Properties"/>
+ <allow send_destination="org.freedesktop.ColorManager"
+ send_interface="org.freedesktop.DBus.Introspectable"/>
+ </policy>
+
+</busconfig>
+
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
+
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- This configuration file specifies the required security policies
+ for the colord-sane functionality to work. -->
+
+ <!-- Only user root or user colord can own the colord service -->
+ <policy user="root">
+ <allow own="org.freedesktop.colord-sane"/>
+ </policy>
+ <policy user="colord">
+ <allow own="org.freedesktop.colord-sane"/>
+ </policy>
+
+ <!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
+ <policy context="default">
+ <allow send_destination="org.freedesktop.colord-sane"
+ send_interface="org.freedesktop.colord.sane"/>
+ <allow send_destination="org.freedesktop.colord-sane"
+ send_interface="org.freedesktop.DBus.Properties"/>
+ <allow send_destination="org.freedesktop.colord-sane"
+ send_interface="org.freedesktop.DBus.Introspectable"/>
+ </policy>
+
+</busconfig>
+