This email list is read-only. Emails sent to this list will be discarded ---------------------------------- plugins/polkit.policy | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8024e614794792da8f346d34ff329ba2d244b37e Author: Marcel Holtmann <[email protected]> Date: Fri Jan 9 17:16:54 2009 +0100 Change the default access policy for PolicyKit Diff in this email is a maximum of 400 lines. diff --git a/plugins/polkit.policy b/plugins/polkit.policy index bc36a6d..79d5c73 100644 --- 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_admin_keep_always</allow_active> + <allow_active>auth_self_keep_session</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_always</allow_active> + <allow_active>auth_admin_keep_session</allow_active> </defaults> </action> _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
