summaryrefslogtreecommitdiffstats
path: root/src/Daemon/org.fedoraproject.abrt.policy
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-10 14:12:42 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-10 14:12:42 +0200
commit289865b77fdcf4eb5e231e75cdca1c5495bfd8e7 (patch)
tree339d90bfcf91731acca1a3de71ca7aa8e07a9cc0 /src/Daemon/org.fedoraproject.abrt.policy
parent2888ad1ee804e8ef1b74f0e09d8297175ee2e7a0 (diff)
downloadabrt-289865b77fdcf4eb5e231e75cdca1c5495bfd8e7.tar.gz
abrt-289865b77fdcf4eb5e231e75cdca1c5495bfd8e7.tar.xz
abrt-289865b77fdcf4eb5e231e75cdca1c5495bfd8e7.zip
fixed polkit to remember the autorization
Diffstat (limited to 'src/Daemon/org.fedoraproject.abrt.policy')
-rw-r--r--src/Daemon/org.fedoraproject.abrt.policy37
1 files changed, 9 insertions, 28 deletions
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/Daemon/org.fedoraproject.abrt.policy
index 39b0ef21..43ebf1ff 100644
--- a/src/Daemon/org.fedoraproject.abrt.policy
+++ b/src/Daemon/org.fedoraproject.abrt.policy
@@ -12,35 +12,16 @@ Copyright (c) 2009 Red Hat inc.
-->
<policyconfig>
-
- <action id="org.fedoraproject.abrt.save-settings">
- <description>Save settings</description>
- <message>Saving global settings requires authentication</message>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_active>auth_admin</allow_active>
- <allow_inactive>auth_admin</allow_inactive>
- </defaults>
- </action>
-
- <action id="org.fedoraproject.abrt.register-plugin">
- <description>Register plugin</description>
- <message>Registering a plugin requires authentication</message>
+ <vendor>The ABRT Team</vendor>
+ <vendor_url>https://fedorahosted.org/abrt/</vendor_url>
+
+ <action id="org.fedoraproject.abrt.change-daemon-settings">
+ <description>Manage settings</description>
+ <message>Changing the global settings requires authentication</message>
<defaults>
- <allow_any>auth_admin</allow_any>
- <allow_active>auth_admin</allow_active>
- <allow_inactive>auth_admin</allow_inactive>
+ <allow_any>no</allow_any>
+ <allow_active>auth_admin_keep</allow_active>
+ <allow_inactive>no</allow_inactive>
</defaults>
</action>
-
- <action id="org.fedoraproject.abrt.unregister-plugin">
- <description>Unregister plugin</description>
- <message>Unregistering a plugin requires authentication</message>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_active>auth_admin</allow_active>
- <allow_inactive>auth_admin</allow_inactive>
- </defaults>
- </action>
-
</policyconfig>