mirror of
https://github.com/gryf/wicd.git
synced 2026-03-02 23:05:54 +01:00
merge trunk-rw again
This commit is contained in:
@@ -17,6 +17,16 @@
|
|||||||
<deny own="org.wicd.daemon"/>
|
<deny own="org.wicd.daemon"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
|
<!-- This Unix group will have permission to use Wicd's gui -->
|
||||||
|
<policy group="%WICDGROUP%">
|
||||||
|
<allow send_destination="org.wicd.daemon"/>
|
||||||
|
<allow send_interface="org.wicd.daemon"/>
|
||||||
|
<allow send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||||
|
<!-- The Introspectable allow shouldn't be needed here, but
|
||||||
|
it seems that a few distributions aren't yet allowing
|
||||||
|
it in their hal configs, and we need it here, so... -->
|
||||||
|
</policy>
|
||||||
|
|
||||||
<!-- Comment the block below if you do not want all users logged in
|
<!-- Comment the block below if you do not want all users logged in
|
||||||
locally to have permission to use wicd-client. This ignores the
|
locally to have permission to use wicd-client. This ignores the
|
||||||
group based permission model defined above for the "%WICDGROUP%"
|
group based permission model defined above for the "%WICDGROUP%"
|
||||||
@@ -34,11 +44,4 @@
|
|||||||
<allow send_interface="org.freedesktop.DBus.Introspectable"/>
|
<allow send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
<!-- This Unix group will have permission to use Wicd's gui -->
|
|
||||||
<policy group="%WICDGROUP%">
|
|
||||||
<allow send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
||||||
<allow send_destination="org.wicd.daemon"/>
|
|
||||||
<allow send_interface="org.wicd.daemon"/>
|
|
||||||
</policy>
|
|
||||||
|
|
||||||
</busconfig>
|
</busconfig>
|
||||||
|
|||||||
Reference in New Issue
Block a user