summaryrefslogtreecommitdiff
path: root/policy/org.freedesktop.policykit.policy.in
diff options
context:
space:
mode:
Diffstat (limited to 'policy/org.freedesktop.policykit.policy.in')
-rw-r--r--policy/org.freedesktop.policykit.policy.in61
1 files changed, 0 insertions, 61 deletions
diff --git a/policy/org.freedesktop.policykit.policy.in b/policy/org.freedesktop.policykit.policy.in
deleted file mode 100644
index c2e8652..0000000
--- a/policy/org.freedesktop.policykit.policy.in
+++ /dev/null
@@ -1,61 +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">
-
-<!--
-Policy definitions for core PolicyKit actions
-
-Copyright (c) 2007 David Zeuthen <david@fubar.dk>
-
-NOTE: If you make changes to this file, make sure to validate the file
-using the polkit-policy-file-validate(1) tool. Changes made to this
-file are instantly applied.
--->
-
-<policyconfig>
- <vendor>The PolicyKit Project</vendor>
- <vendor_url>http://hal.freedesktop.org/docs/PolicyKit/</vendor_url>
-
- <action id="org.freedesktop.policykit.read">
- <_description>Read authorizations of other users</_description>
- <_message>Authentication is required to read authorizations of other users</_message>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin_keep_always</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.policykit.revoke">
- <_description>Revoke authorizations from other users</_description>
- <_message>Authentication is required to revoke authorizations other users</_message>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin_keep_always</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.policykit.grant">
- <_description>Grant authorizations to other users</_description>
- <_message>Authentication is required to grant authorizations to other users</_message>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin_keep_always</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.policykit.modify-defaults">
- <_description>Modify defaults for implicit authorizations</_description>
- <_message>Authentication is required to modify the defaults for implicit authorizations</_message>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin_keep_always</allow_active>
- </defaults>
- </action>
-
-</policyconfig>