summaryrefslogtreecommitdiffstats
path: root/src/Daemon/org.fedoraproject.abrt.policy
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-10-15 14:11:23 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-10-15 14:11:23 +0200
commitba6ab638512e5619b9955470b7158b3b1035de90 (patch)
tree7c254516015f79045978326b19f69e5028ff04e7 /src/Daemon/org.fedoraproject.abrt.policy
parent52a0b7b894c1e7882e5e576d960539f823c8d95b (diff)
downloadabrt-ba6ab638512e5619b9955470b7158b3b1035de90.tar.gz
abrt-ba6ab638512e5619b9955470b7158b3b1035de90.tar.xz
abrt-ba6ab638512e5619b9955470b7158b3b1035de90.zip
made polkit policy to be more permissive
- debuginfo install only worked under root
Diffstat (limited to 'src/Daemon/org.fedoraproject.abrt.policy')
-rw-r--r--src/Daemon/org.fedoraproject.abrt.policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/org.fedoraproject.abrt.policy b/src/Daemon/org.fedoraproject.abrt.policy
index 1c2c0bb0..9261acdc 100644
--- a/src/Daemon/org.fedoraproject.abrt.policy
+++ b/src/Daemon/org.fedoraproject.abrt.policy
@@ -30,9 +30,9 @@ Copyright (c) 2009 Red Hat inc.
<description>Install debuginfos</description>
<message>Installing debuginfos requires authentication</message>
<defaults>
- <allow_any>no</allow_any>
+ <allow_any>yes</allow_any>
<allow_active>yes</allow_active>
- <allow_inactive>no</allow_inactive>
+ <allow_inactive>yes</allow_inactive>
</defaults>
</action>
</policyconfig>