Skip to content

Commit 4eeab49

Browse files
committed
added gentoo roothelper.conf
1 parent 9c8dc47 commit 4eeab49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<allow send_destination="org.cmst.roothelper"
14+
send_interface="org.cmst.roothelper"/>
15+
</policy>
16+
</busconfig>

0 commit comments

Comments
 (0)