]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
committing changes in /etc after emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 20:24:24 +0000 (21:24 +0100)
committerroot <root@samara.profitbricks.localdomain>
Sun, 19 Feb 2012 20:24:24 +0000 (21:24 +0100)
Package changes:
+kde-misc/polkit-kde-kcmodules-0.98_pre20101127

.etckeeper
dbus-1/system.d/org.kde.polkitkde1.helper.conf [new file with mode: 0644]

index 03e9b37dd649b5be488a3b638c7032056e89424c..e9955f9f921d144c68359229385286f18434cb0c 100755 (executable)
@@ -341,6 +341,7 @@ 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'
 maybe chmod 0644 './dbus-1/system.d/org.kde.auth.conf'
+maybe chmod 0644 './dbus-1/system.d/org.kde.polkitkde1.helper.conf'
 maybe chmod 0644 './dbus-1/system.d/pulseaudio-system.conf'
 maybe chmod 0644 './dbus-1/system.d/wpa_supplicant.conf'
 maybe chmod 0755 './default'
diff --git a/dbus-1/system.d/org.kde.polkitkde1.helper.conf b/dbus-1/system.d/org.kde.polkitkde1.helper.conf
new file mode 100644 (file)
index 0000000..baa69a9
--- /dev/null
@@ -0,0 +1,19 @@
+<!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 polkit-kde to work. -->
+
+  <!-- Only user root can own the polkitkde1.helper service -->
+  <policy user="root">
+    <allow own="org.kde.polkitkde1.helper"/>
+  </policy>
+
+  <!-- Allow anyone to call into the service - we'll reject callers using polkit -->
+  <policy context="default">
+    <allow send_destination="org.kde.polkitkde1.helper"/>
+  </policy>
+
+</busconfig>
\ No newline at end of file