mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-15 14:55:49 +00:00
moved helper daemonization
add abillity to own users org.netctlgui.helper service
This commit is contained in:
@ -2,18 +2,14 @@
|
||||
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
|
||||
<!-- only root can own the service -->
|
||||
<policy user="root">
|
||||
<allow own="org.netctlgui.helper"/>
|
||||
</policy>
|
||||
|
||||
<!-- allow everything to users of the group "network" -->
|
||||
<policy group="network">
|
||||
<allow own="org.netctlgui.helper"/>
|
||||
<allow send_destination="org.netctlgui.helper"/>
|
||||
<allow receive_sender="org.netctlgui.helper"/>
|
||||
</policy>
|
||||
<policy user="root">
|
||||
<allow own="org.netctlgui.helper"/>
|
||||
<allow send_destination="org.netctlgui.helper"/>
|
||||
<allow receive_sender="org.netctlgui.helper"/>
|
||||
</policy>
|
||||
|
Reference in New Issue
Block a user