]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 28 Dec 2017 09:28:51 +0000 (10:28 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Thu, 28 Dec 2017 09:28:51 +0000 (10:28 +0100)
.etckeeper
dbus-1/system.d/org.kde.kf5auth.kstars.conf [new file with mode: 0644]

index 424eeeec0c0470ea912b87b6a20dabdfb128cc9e..4bd5d59a1b63c13b5a75da61378c1e0110db4580 100755 (executable)
@@ -1216,6 +1216,7 @@ maybe chmod 0644 'dbus-1/system.d/org.kde.kcontrol.kcmclock.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.kf5auth.conf'
+maybe chmod 0644 'dbus-1/system.d/org.kde.kf5auth.kstars.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.ktexteditor.katetextbuffer.conf'
 maybe chmod 0644 'dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf'
diff --git a/dbus-1/system.d/org.kde.kf5auth.kstars.conf b/dbus-1/system.d/org.kde.kf5auth.kstars.conf
new file mode 100644 (file)
index 0000000..4d829a0
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+  <!-- Only user root can own the foo helper -->
+  <policy user="root">
+    <allow own="org.kde.kf5auth.kstars"/>
+  </policy>
+</busconfig>