summaryrefslogtreecommitdiffstats
path: root/src/daemon/org.fedoraproject.abrt.policy
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-11-22 15:25:55 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2010-11-22 15:25:55 +0100
commit069d5c70a04a5a86824ac00b7881c0e6a8e9e01c (patch)
tree62908c9f38e984d5544547518615ce6bbf4bad16 /src/daemon/org.fedoraproject.abrt.policy
parent0368c71e7871209f1566b5a185d0840bb99d7794 (diff)
parented9efa9366add566a20be6132c70df08dc50673a (diff)
downloadabrt-069d5c70a04a5a86824ac00b7881c0e6a8e9e01c.tar.gz
abrt-069d5c70a04a5a86824ac00b7881c0e6a8e9e01c.tar.xz
abrt-069d5c70a04a5a86824ac00b7881c0e6a8e9e01c.zip
Merge branch 'remove-polkit'
* remove-polkit: remove PLUGIN_DYNAMIC_LOAD_UNLOAD remove polkit
Diffstat (limited to 'src/daemon/org.fedoraproject.abrt.policy')
-rw-r--r--src/daemon/org.fedoraproject.abrt.policy38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/daemon/org.fedoraproject.abrt.policy b/src/daemon/org.fedoraproject.abrt.policy
deleted file mode 100644
index 9261acdc..00000000
--- a/src/daemon/org.fedoraproject.abrt.policy
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
-
-<!--
-PolicyKit policy definitions for ABRT
-
-Copyright (c) 2009 Daniel Novotny <dnovotny@redhat.com>
-Copyright (c) 2009 Red Hat inc.
-
--->
-
-<policyconfig>
- <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>no</allow_any>
- <allow_active>auth_admin_keep</allow_active>
- <allow_inactive>no</allow_inactive>
- </defaults>
- </action>
-
- <!-- install-debuginfos: default yes, administrator can change this -->
- <action id="org.fedoraproject.abrt.install-debuginfos">
- <description>Install debuginfos</description>
- <message>Installing debuginfos requires authentication</message>
- <defaults>
- <allow_any>yes</allow_any>
- <allow_active>yes</allow_active>
- <allow_inactive>yes</allow_inactive>
- </defaults>
- </action>
-</policyconfig>