diff options
Diffstat (limited to 'plugins/polkit.policy')
-rwxr-xr-x[-rw-r--r--] | plugins/polkit.policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/polkit.policy b/plugins/polkit.policy index 0c2629a3..0de152ce 100644..100755 --- a/plugins/polkit.policy +++ b/plugins/polkit.policy @@ -13,7 +13,7 @@ <message>Policy prevents modification of settings</message> <defaults> <allow_inactive>no</allow_inactive> - <allow_active>auth_self_keep_session</allow_active> + <allow_active>auth_self_keep</allow_active> </defaults> </action> @@ -22,7 +22,7 @@ <message>Policy prevents modification of secrets</message> <defaults> <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep_session</allow_active> + <allow_active>auth_admin_keep</allow_active> </defaults> </action> |