hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Tue Jul 24 22:59:35 EEST 2007


 policy/hal-power.policy   |    4 ++--
 policy/hal-storage.policy |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
diff-tree 7c3e2496491a27e29bfd75643b30a05cf1c8435b (from fff833c05abb0f57f8579ba68013e4da2af7190d)
Author: David Zeuthen <davidz at redhat.com>
Date:   Tue Jul 24 15:59:37 2007 -0400

    update to work with PK HEAD

diff --git a/policy/hal-power.policy b/policy/hal-power.policy
index 2eefa98..22ba21b 100644
--- a/policy/hal-power.policy
+++ b/policy/hal-power.policy
@@ -33,7 +33,7 @@ file are instantly applied.
       <description>Shut down the system when multiple users are logged in</description>
       <defaults>
         <allow_inactive>no</allow_inactive>
-        <allow_active>auth_root</allow_active>
+        <allow_active>auth_admin</allow_active>
       </defaults>
     </policy>
 
@@ -49,7 +49,7 @@ file are instantly applied.
       <description>Reboot the system when multiple users are logged in</description>
       <defaults>
         <allow_inactive>no</allow_inactive>
-        <allow_active>auth_root</allow_active>
+        <allow_active>auth_admin</allow_active>
       </defaults>
     </policy>
 
diff --git a/policy/hal-storage.policy b/policy/hal-storage.policy
index 4d06d37..1674dcd 100644
--- a/policy/hal-storage.policy
+++ b/policy/hal-storage.policy
@@ -25,7 +25,7 @@ file are instantly applied.
       <description>Mount file systems from internal drives.</description>
       <defaults>
         <allow_inactive>no</allow_inactive>
-        <allow_active>auth_root_keep_always</allow_active>
+        <allow_active>auth_admin_keep_always</allow_active>
       </defaults>
     </policy>
 
@@ -41,7 +41,7 @@ file are instantly applied.
       <description>Unmount file systems mounted by other users.</description>
       <defaults>
         <allow_inactive>no</allow_inactive>
-        <allow_active>auth_root_keep_always</allow_active>
+        <allow_active>auth_admin_keep_always</allow_active>
       </defaults>
     </policy>
 


More information about the hal-commit mailing list