]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 30 May 2018 19:12:09 +0000 (21:12 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 30 May 2018 19:12:09 +0000 (21:12 +0200)
Package changes:

.etckeeper
dbus-1/system.d/org.qt.policykit.examples.conf [deleted file]

index 54cc2df92b377745a53bc0ad0de07c426589e449..01812e5c25598d37b4ada3524c48fa65fb3efa20 100755 (executable)
@@ -1206,7 +1206,6 @@ maybe chmod 0644 'dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf'
 maybe chmod 0644 'dbus-1/system.d/org.mate.CPUFreqSelector.conf'
 maybe chmod 0644 'dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf'
 maybe chmod 0644 'dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf'
-maybe chmod 0644 'dbus-1/system.d/org.qt.policykit.examples.conf'
 maybe chmod 0644 'dbus-1/system.d/wpa_supplicant.conf'
 maybe chmod 0755 'dconf'
 maybe chmod 0755 'dconf/db'
diff --git a/dbus-1/system.d/org.qt.policykit.examples.conf b/dbus-1/system.d/org.qt.policykit.examples.conf
deleted file mode 100644 (file)
index 304d269..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<!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>
-