Restore NetworkManagerInfo.conf
This commit is contained in:
parent
c433d97db9
commit
d86290426c
@ -5,3 +5,6 @@ sugar_PYTHON = \
|
|||||||
nmclient.py \
|
nmclient.py \
|
||||||
nminfo.py \
|
nminfo.py \
|
||||||
wepkeydialog.py
|
wepkeydialog.py
|
||||||
|
|
||||||
|
dbusservicedir = $(sysconfdir)/dbus-1/system.d/
|
||||||
|
dbusservice_DATA = NetworkManagerInfo.conf
|
||||||
|
26
shell/hardware/NetworkManagerInfo.conf
Normal file
26
shell/hardware/NetworkManagerInfo.conf
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE busconfig PUBLIC
|
||||||
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||||||
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||||
|
<busconfig>
|
||||||
|
<policy user="root">
|
||||||
|
<allow own="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
|
||||||
|
<allow send_destination="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
<allow send_interface="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
</policy>
|
||||||
|
<policy at_console="true">
|
||||||
|
<allow own="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
|
||||||
|
<allow send_destination="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
<allow send_interface="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
</policy>
|
||||||
|
<policy context="default">
|
||||||
|
<deny own="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
|
||||||
|
<deny send_destination="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
<deny send_interface="org.freedesktop.NetworkManagerInfo"/>
|
||||||
|
</policy>
|
||||||
|
|
||||||
|
<limit name="max_replies_per_connection">512</limit>
|
||||||
|
</busconfig>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user