summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlkis Georgopoulos <alkisg@gmail.com>2016-05-20 20:42:38 +0300
committerRay Strode <rstrode@redhat.com>2016-05-20 14:23:31 -0400
commita25ce7c24f0ffb2456366b1e7c567246c1a3632b (patch)
tree46c31de235b232bc6af73847dfc6e0893434df50 /data
parent5632b2dc30b59b0c2879434cec3518583616b0ff (diff)
Allow remote/inactive users to change their own data.
https://bugs.freedesktop.org/show_bug.cgi?id=94895
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.accounts.policy.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.freedesktop.accounts.policy.in b/data/org.freedesktop.accounts.policy.in
index 1c97c3a..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</_description>
<_message>Authentication is required to change your own user data</_message>
<defaults>
- <allow_any>auth_self</allow_any>
- <allow_inactive>auth_self</allow_inactive>
+ <allow_any>yes</allow_any>
+ <allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>