mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 23:28:08 +02:00
This commit allows inactive sessions (typically SSH or remote desktop logins) to modify their own connections, to modify the system hostname with authorization, and to modify system connections with authorization. https://bugzilla.redhat.com/show_bug.cgi?id=979416 https://bugzilla.gnome.org/show_bug.cgi?id=707983
This commit is contained in:
parent
7e0f94f0f5
commit
d000d1223f
1 changed files with 3 additions and 6 deletions
|
|
@ -85,8 +85,7 @@
|
|||
<_description>Modify personal network connections</_description>
|
||||
<_message>System policy prevents modification of personal network settings</_message>
|
||||
<defaults>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>yes</allow_active>
|
||||
<allow_any>yes</allow_any>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
|
@ -94,8 +93,7 @@
|
|||
<_description>Modify network connections for all users</_description>
|
||||
<_message>System policy prevents modification of network settings for all users</_message>
|
||||
<defaults>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>@NM_MODIFY_SYSTEM_POLICY@</allow_active>
|
||||
<allow_any>@NM_MODIFY_SYSTEM_POLICY@</allow_any>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
|
@ -103,8 +101,7 @@
|
|||
<_description>Modify persistent system hostname</_description>
|
||||
<_message>System policy prevents modification of the persistent system hostname</_message>
|
||||
<defaults>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>auth_admin_keep</allow_active>
|
||||
<allow_any>auth_admin_keep</allow_any>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue