maybe chmod 0644 './chktexrc'
maybe chmod 0755 './chromium'
maybe chmod 0644 './chromium/default'
+maybe chmod 0644 './colord.conf'
maybe chmod 0644 './colordiffrc'
maybe chmod 0644 './colordiffrc-lightbg'
maybe chmod 0755 './conf.d'
maybe chmod 0644 './dbus-1/system.d/nm-avahi-autoipd.conf'
maybe chmod 0644 './dbus-1/system.d/nm-dhcp-client.conf'
maybe chmod 0644 './dbus-1/system.d/nm-dispatcher.conf'
+maybe chmod 0644 './dbus-1/system.d/org.freedesktop.ColorManager.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.ModemManager.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.PolicyKit1.conf'
maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UDisks.conf'
--- /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.
+#
+# 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
--- /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>
+
+ <!-- Use at_console policy rather than PolicyKit to allow running as colord user -->
+ <policy at_console="true">
+ <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>
+
+ <!-- Also allow root to access the API; cupsd needs to talk to colord -->
+ <policy user="root">
+ <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>
+