diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/org.fedoraproject.abrt.policy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/Daemon/org.fedoraproject.abrt.policy index 2cfa8c6..40b09fc 100644 --- a/src/Daemon/org.fedoraproject.abrt.policy +++ b/src/Daemon/org.fedoraproject.abrt.policy @@ -24,4 +24,15 @@ Copyright (c) 2009 Red Hat inc. <allow_inactive>no</allow_inactive> </defaults> </action> + + <!-- install-debuginfos: default yes, administrator can change this --> + <action id="org.fedoraproject.abrt.install-debuginfos"> + <description>Manage settings</description> + <message>Changing the global settings requires authentication</message> + <defaults> + <allow_any>no</allow_any> + <allow_active>yes</allow_active> + <allow_inactive>no</allow_inactive> + </defaults> + </action> </policyconfig> |
