From bd395e39a167f4ca9a9e50fb808cbd9a0acf01a5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 5 May 2014 08:49:12 +0200 Subject: [PATCH] data: Fix desktop-centric polkit policy Change the polkit policy so accountsservice allows use of the DBus API by admin users that are not logged in via a monitor+keyboard. This includes users logged in via ssh or Cockpit. https://bugs.freedesktop.org/show_bug.cgi?id=78279 --- data/org.freedesktop.accounts.policy.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/org.freedesktop.accounts.policy.in b/data/org.freedesktop.accounts.policy.in index 0a2cd15..cbea82d 100644 --- a/data/org.freedesktop.accounts.policy.in +++ b/data/org.freedesktop.accounts.policy.in @@ -11,8 +11,8 @@ <_description>Change your own user data <_message>Authentication is required to change your own user data - no - no + yes + yes yes @@ -21,8 +21,8 @@ <_description>Manage user accounts <_message>Authentication is required to change user data - no - no + auth_admin + auth_admin auth_admin_keep @@ -31,8 +31,8 @@ <_description>Change the login screen configuration <_message>Authentication is required to change the login screen configuration - no - no + auth_admin + auth_admin auth_admin_keep /apps/gdm/simple-greeter -- 1.9.0