mirror of
https://github.com/gryf/wicd.git
synced 2026-04-01 18:03:34 +02:00
experimental:
- Add UPDATE_INTERVAL as a required attribute for backends, and used by monitor.py - Update Copyright stuff in a few files - Remove/update some scripts and configuration files.
This commit is contained in:
@@ -6,14 +6,32 @@
|
||||
<allow own="org.wicd.daemon"/>
|
||||
<allow send_destination="org.wicd.daemon"/>
|
||||
<allow send_interface="org.wicd.daemon"/>
|
||||
<allow send_destination="org.wicd.daemon.wireless"/>
|
||||
<allow send_interface="org.wicd.daemon.wireless"/>
|
||||
<allow send_destination="org.wicd.daemon.wired"/>
|
||||
<allow send_interface="org.wicd.daemon.wired"/>
|
||||
<allow send_destination="org.wicd.daemon.config"/>
|
||||
<allow send_interface="org.wicd.daemon.config"/>
|
||||
</policy>
|
||||
<policy at_console="true">
|
||||
<allow send_destination="org.wicd.daemon"/>
|
||||
<allow send_interface="org.wicd.daemon"/>
|
||||
<allow send_destination="org.wicd.daemon.wireless"/>
|
||||
<allow send_interface="org.wicd.daemon.wireless"/>
|
||||
<allow send_destination="org.wicd.daemon.wired"/>
|
||||
<allow send_interface="org.wicd.daemon.wired"/>
|
||||
<allow send_destination="org.wicd.daemon.config"/>
|
||||
<allow send_interface="org.wicd.daemon.config"/>
|
||||
</policy>
|
||||
<policy context="default">
|
||||
<allow own="org.wicd.daemon"/>
|
||||
<allow send_destination="org.wicd.daemon"/>
|
||||
<allow send_interface="org.wicd.daemon"/>
|
||||
<deny own="org.wicd.daemon"/>
|
||||
<deny send_destination="org.wicd.daemon"/>
|
||||
<deny send_interface="org.wicd.daemon"/>
|
||||
<deny send_destination="org.wicd.daemon.wireless"/>
|
||||
<deny send_interface="org.wicd.daemon.wireless"/>
|
||||
<deny send_destination="org.wicd.daemon.wired"/>
|
||||
<deny send_interface="org.wicd.daemon.wired"/>
|
||||
<deny send_destination="org.wicd.daemon.config"/>
|
||||
<deny send_interface="org.wicd.daemon.config"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
|
||||
Reference in New Issue
Block a user