mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 05:50:08 +01:00
50 lines
1.7 KiB
Text
50 lines
1.7 KiB
Text
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!DOCTYPE policyconfig PUBLIC
|
||
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
||
|
|
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||
|
|
|
||
|
|
<policyconfig>
|
||
|
|
|
||
|
|
<vendor>NetworkManager</vendor>
|
||
|
|
<vendor_url>http://www.gnome.org/projects/NetworkManager</vendor_url>
|
||
|
|
<icon_name>nm-icon</icon_name>
|
||
|
|
|
||
|
|
<action id="org.freedesktop.NetworkManager.enable-disable-network">
|
||
|
|
<_description>Enable or disable system networking</_description>
|
||
|
|
<_message>System policy prevents enabling or disabling system networking</_message>
|
||
|
|
<defaults>
|
||
|
|
<allow_inactive>no</allow_inactive>
|
||
|
|
<allow_active>yes</allow_active>
|
||
|
|
</defaults>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
<action id="org.freedesktop.NetworkManager.enable-disable-wifi">
|
||
|
|
<_description>Enable or disable WiFi devices</_description>
|
||
|
|
<_message>System policy prevents enabling or disabling WiFi devices</_message>
|
||
|
|
<defaults>
|
||
|
|
<allow_inactive>no</allow_inactive>
|
||
|
|
<allow_active>yes</allow_active>
|
||
|
|
</defaults>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
<action id="org.freedesktop.NetworkManager.enable-disable-wwan">
|
||
|
|
<_description>Enable or disable mobile broadband devices</_description>
|
||
|
|
<_message>System policy prevents enabling or disabling mobile broadband devices</_message>
|
||
|
|
<defaults>
|
||
|
|
<allow_inactive>no</allow_inactive>
|
||
|
|
<allow_active>yes</allow_active>
|
||
|
|
</defaults>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
<action id="org.freedesktop.NetworkManager.use-user-connections">
|
||
|
|
<_description>Allow use of user-specific connections</_description>
|
||
|
|
<_message>System policy prevents use of user-specific connections</_message>
|
||
|
|
<defaults>
|
||
|
|
<allow_inactive>no</allow_inactive>
|
||
|
|
<allow_active>yes</allow_active>
|
||
|
|
</defaults>
|
||
|
|
</action>
|
||
|
|
|
||
|
|
</policyconfig>
|
||
|
|
|