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'
--- /dev/null
+<!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>
--- /dev/null
+<!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>