]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fixing polkit rules
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 6 May 2014 22:40:45 +0000 (19:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 6 May 2014 22:40:45 +0000 (19:40 -0300)
files/polkit/org.freedesktop.consolekit.policy

index be4b8504baf2a4759bc87084c83d98ff58a8fd73..9e9fc1cf46dd7b3193b39b13c55a90d29a9a2b08 100644 (file)
@@ -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>
 
@@ -23,7 +23,8 @@ Policy definitions for ConsoleKit
     <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>auth_admin_keep</allow_active>-->
+      <allow_active>yes</allow_active>
     </defaults>
   </action>
 
@@ -41,7 +42,8 @@ Policy definitions for ConsoleKit
     <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>auth_admin_keep</allow_active>-->
+      <allow_active>yes</allow_active>
     </defaults>
   </action>