diff options
author | David Zeuthen <davidz@redhat.com> | 2007-07-24 15:59:37 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-07-24 15:59:37 -0400 |
commit | 7c3e2496491a27e29bfd75643b30a05cf1c8435b (patch) | |
tree | a9641f05614efaa812035d6c17415fb5fbe23423 /policy | |
parent | fff833c05abb0f57f8579ba68013e4da2af7190d (diff) |
update to work with PK HEAD
Diffstat (limited to 'policy')
-rw-r--r-- | policy/hal-power.policy | 4 | ||||
-rw-r--r-- | policy/hal-storage.policy | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/policy/hal-power.policy b/policy/hal-power.policy index 2eefa98c..22ba21bd 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 4d06d377..1674dcda 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> |