]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Mon, 23 Apr 2012 10:52:19 +0000 (12:52 +0200)
committerroot <root@samara.profitbricks.localdomain>
Mon, 23 Apr 2012 10:52:19 +0000 (12:52 +0200)
._cfg0000_colord.conf [new file with mode: 0644]
.etckeeper
dbus-1/system.d/._cfg0000_org.freedesktop.ColorManager.conf [new file with mode: 0644]
dbus-1/system.d/org.freedesktop.colord-sane.conf [new file with mode: 0644]

diff --git a/._cfg0000_colord.conf b/._cfg0000_colord.conf
new file mode 100644 (file)
index 0000000..1f36101
--- /dev/null
@@ -0,0 +1,28 @@
+[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
index 1f2d56030d44b9bb265018605a4d81f2d857fc0b..5f4e38d442e2153f39004a26124dcfdd801f1a68 100755 (executable)
@@ -36,6 +36,7 @@ mkdir -p './texmf/dvipdfm/config'
 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'
@@ -582,6 +583,7 @@ maybe chmod 0755 './dbus-1/session.d'
 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'
@@ -599,6 +601,7 @@ 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'
 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'
diff --git a/dbus-1/system.d/._cfg0000_org.freedesktop.ColorManager.conf b/dbus-1/system.d/._cfg0000_org.freedesktop.ColorManager.conf
new file mode 100644 (file)
index 0000000..cfe7f05
--- /dev/null
@@ -0,0 +1,36 @@
+<?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>
+
diff --git a/dbus-1/system.d/org.freedesktop.colord-sane.conf b/dbus-1/system.d/org.freedesktop.colord-sane.conf
new file mode 100644 (file)
index 0000000..3398b93
--- /dev/null
@@ -0,0 +1,30 @@
+<?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>
+