diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-26 11:31:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-26 11:31:15 -0300 |
commit | 584ffb92d1694b3b678f5afbfb3a4f57a3c84d1b (patch) | |
tree | aadf60337342d2a64f80ca96727a44a30a28823f /files | |
parent | c63b93d373bdd53cc6c70951eed3c29b56ba8c81 (diff) | |
download | puppet-nodo-584ffb92d1694b3b678f5afbfb3a4f57a3c84d1b.tar.gz puppet-nodo-584ffb92d1694b3b678f5afbfb3a4f57a3c84d1b.tar.bz2 |
Allow regular users to power off the machine on nodo::base::desktop
Diffstat (limited to 'files')
-rw-r--r-- | files/polkit/org.freedesktop.consolekit.policy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/polkit/org.freedesktop.consolekit.policy b/files/polkit/org.freedesktop.consolekit.policy index a709b39..be4b850 100644 --- a/files/polkit/org.freedesktop.consolekit.policy +++ b/files/polkit/org.freedesktop.consolekit.policy @@ -14,7 +14,7 @@ Policy definitions for ConsoleKit <message>System policy prevents stopping the system</message> <defaults> <allow_inactive>no</allow_inactive> - <allow_active>yes</allow_active> + <!--<allow_active>yes</allow_active>--> </defaults> </action> |