]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 18 May 2016 20:43:00 +0000 (22:43 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 18 May 2016 20:43:00 +0000 (22:43 +0200)
Package changes:
+sys-auth/polkit-qt-0.112.0-r1

dbus-1/system.d/org.qt.policykit.examples.conf [new file with mode: 0644]

diff --git a/dbus-1/system.d/org.qt.policykit.examples.conf b/dbus-1/system.d/org.qt.policykit.examples.conf
new file mode 100644 (file)
index 0000000..304d269
--- /dev/null
@@ -0,0 +1,20 @@
+<!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 PolicyKit examples to work. -->
+
+  <!-- Only user root can own the PackageKit service -->
+  <policy user="root">
+    <allow own="org.qt.policykit.examples"/>
+  </policy>
+
+  <!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
+  <policy context="default">
+    <allow send_destination="org.qt.policykit.examples"/>
+  </policy>
+
+</busconfig>
+