mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 10:30:13 +01:00
polkit: fix policy for polkit >= 0.92
This commit is contained in:
parent
549b303e9b
commit
7dc07202e3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
polkit_policydir = $(datadir)/PolicyKit/policy
|
||||
polkit_policydir = $(datadir)/polkit-1/actions
|
||||
|
||||
dist_polkit_policy_in_files = org.freedesktop.network-manager-settings.system.policy.in
|
||||
dist_polkit_policy_DATA = $(dist_polkit_policy_in_files:.policy.in=.policy)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<_message>System policy prevents modification of system settings</_message>
|
||||
<defaults>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>auth_admin_keep_always</allow_active>
|
||||
<allow_active>auth_admin_keep</allow_active>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue