summaryrefslogtreecommitdiffstats
path: root/data/ConsoleKit.policy
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-02-26 14:18:22 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2008-02-26 14:18:22 -0500
commit72a2abee7a963bef52561766131e1b52a85409a3 (patch)
treea12370fd6c7f95695cf01b97a93704c7c37b3180 /data/ConsoleKit.policy
parent1d7b97d3a393996ffb95d9c23b081b4cf6c54ed0 (diff)
rename policy file
Diffstat (limited to 'data/ConsoleKit.policy')
-rw-r--r--data/ConsoleKit.policy48
1 files changed, 0 insertions, 48 deletions
diff --git a/data/ConsoleKit.policy b/data/ConsoleKit.policy
deleted file mode 100644
index e691b0b..0000000
--- a/data/ConsoleKit.policy
+++ /dev/null
@@ -1,48 +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 ConsoleKit
--->
-
-<policyconfig>
-
- <action id="org.freedesktop.consolekit.system.stop">
- <description>Stop the system</description>
- <message>System policy prevents stopping the system</message>
- <defaults>
- <allow_inactive>no</allow_inactive>
- <allow_active>yes</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.consolekit.system.stop-multiple-users">
- <description>Stop the system when multiple users are logged in</description>
- <message>System policy prevents stopping the when other users are logged in</message>
- <defaults>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.consolekit.system.restart">
- <description>Restart the system</description>
- <message>System policy prevents restarting the system</message>
- <defaults>
- <allow_inactive>no</allow_inactive>
- <allow_active>yes</allow_active>
- </defaults>
- </action>
-
- <action id="org.freedesktop.consolekit.system.restart-multiple-users">
- <description>Restart the system when multiple users are logged in</description>
- <message>System policy prevents restarting the system when other users are logged in</message>
- <defaults>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- </action>
-
-</policyconfig>