aboutsummaryrefslogtreecommitdiff
path: root/files/polkit
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
commita9c544369f3999b868cfc1eb0dcb10e050defcc1 (patch)
tree2f06ad6d179f2677368b2ec7d0932d5aaa0ad2ea /files/polkit
parent6097bca6f5302765007f65a52f87999dbaefcff9 (diff)
downloadpuppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.gz
puppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.bz2
Initial cleanup
Remove munin, fstab, crypttab, gdm and old subsystems. This major change is motivated by the fact that the configuration has grown too much along the years and is difficult to maintain. Simplification is then necessary to keep going.
Diffstat (limited to 'files/polkit')
-rw-r--r--files/polkit/org.freedesktop.consolekit.policy50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/polkit/org.freedesktop.consolekit.policy b/files/polkit/org.freedesktop.consolekit.policy
deleted file mode 100644
index 9e9fc1c..0000000
--- a/files/polkit/org.freedesktop.consolekit.policy
+++ /dev/null
@@ -1,50 +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 system when other users are logged in</message>
- <defaults>
- <allow_inactive>no</allow_inactive>
- <!--<allow_active>auth_admin_keep</allow_active>-->
- <allow_active>yes</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_keep</allow_active>-->
- <allow_active>yes</allow_active>
- </defaults>
- </action>
-
-</policyconfig>