]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 10:13:03 +0000 (11:13 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 10:13:03 +0000 (11:13 +0100)
Package changes:
+app-admin/system-config-printer-common-1.3.7

.etckeeper
dbus-1/system.d/com.redhat.NewPrinterNotification.conf [new file with mode: 0644]
dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf [new file with mode: 0644]

index 0137340326cb2b6a40160be51714e060ce90026d..d56bf0483c34f9bdbac3b6725276f9df412c2136 100755 (executable)
@@ -369,6 +369,8 @@ maybe chmod 0644 './dbus-1/system.d/NetworkManager.conf'
 maybe chmod 0644 './dbus-1/system.d/avahi-dbus.conf'
 maybe chmod 0644 './dbus-1/system.d/bluetooth.conf'
 maybe chmod 0644 './dbus-1/system.d/com.hp.hplip.conf'
+maybe chmod 0644 './dbus-1/system.d/com.redhat.NewPrinterNotification.conf'
+maybe chmod 0644 './dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf'
 maybe chmod 0444 './dbus-1/system.d/cups.conf'
 maybe chmod 0644 './dbus-1/system.d/nm-avahi-autoipd.conf'
 maybe chmod 0644 './dbus-1/system.d/nm-dhcp-client.conf'
diff --git a/dbus-1/system.d/com.redhat.NewPrinterNotification.conf b/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
new file mode 100644 (file)
index 0000000..912cbcd
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+       <policy at_console="true">
+               <allow own="com.redhat.NewPrinterNotification"/>
+       </policy>
+
+       <policy user="root">
+               <allow own="com.redhat.NewPrinterNotification"/>
+       </policy>
+
+       <policy user="root">
+               <allow send_destination="com.redhat.NewPrinterNotification"
+                      send_interface="com.redhat.NewPrinterNotification"/>
+       </policy>
+
+       <policy context="default">
+               <deny own="com.redhat.NewPrinterNotification"/>
+
+               <deny send_destination="com.redhat.NewPrinterNotification"
+                     send_interface="com.redhat.NewPrinterNotification"/>
+       </policy>
+
+       <policy context="default">
+               <allow send_destination="com.redhat.NewPrinterNotification"
+                      send_interface="org.freedesktop.DBus.Introspectable" />
+               <allow send_destination="com.redhat.NewPrinterNotification"
+                      send_interface="org.freedesktop.DBus.Properties" />
+       </policy>
+</busconfig>
diff --git a/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf b/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
new file mode 100644 (file)
index 0000000..d5e5c54
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+       <policy at_console="true">
+               <allow own="com.redhat.PrinterDriversInstaller"/>
+       </policy>
+
+       <policy user="root">
+               <allow own="com.redhat.PrinterDriversInstaller"/>
+       </policy>
+
+       <policy user="root">
+               <allow send_destination="com.redhat.PrinterDriversInstaller"
+                      send_interface="com.redhat.PrinterDriversInstaller"/>
+       </policy>
+
+       <policy context="default">
+               <deny own="com.redhat.PrinterDriversInstaller"/>
+
+               <deny send_destination="com.redhat.PrinterDriversInstaller"
+                     send_interface="com.redhat.PrinterDriversInstaller"/>
+       </policy>
+
+       <policy context="default">
+               <allow send_destination="com.redhat.PrinterDriversInstaller"
+                      send_interface="org.freedesktop.DBus.Introspectable" />
+               <allow send_destination="com.redhat.PrinterDriversInstaller"
+                      send_interface="org.freedesktop.DBus.Properties" />
+       </policy>
+</busconfig>