diff options
Diffstat (limited to 'src/Daemon/org.fedoraproject.abrt.policy')
| -rw-r--r-- | src/Daemon/org.fedoraproject.abrt.policy | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/Daemon/org.fedoraproject.abrt.policy index 39b0ef2..43ebf1f 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> |
