We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8dc47 commit 4eeab49Copy full SHA for 4eeab49
apps/rootapp/system/distro/gentoo/org.cmst.roothelper.conf
@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
2
+
3
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
4
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5
+<busconfig>
6
+ <!-- Only root can own roothelper -->
7
+ <policy user="root">
8
+ <allow own="org.cmst.roothelper"/>
9
+ <allow send_destination="org.cmst.roothelper"
10
+ send_interface="org.cmst.roothelper"/>
11
+ </policy>
12
+ <policy group="wheel">
13
14
15
16
+</busconfig>
0 commit comments