hal/policy/txt power-hibernate.policy, 1.1, 1.2 power-poweroff.policy, 1.1, 1.2 power-suspend.policy, 1.1, 1.2 storage-removable-mount-change-uid.policy, 1.1, 1.2 storage-removable-mount.policy, 1.1, 1.2

David Zeuthen david at kemper.freedesktop.org
Sun Feb 26 15:43:43 PST 2006


Update of /cvs/hal/hal/policy/txt
In directory kemper:/tmp/cvs-serv17046/policy/txt

Modified Files:
	power-hibernate.policy power-poweroff.policy 
	power-suspend.policy storage-removable-mount-change-uid.policy 
	storage-removable-mount.policy 
Log Message:
2006-02-26  David Zeuthen  <davidz at redhat.com>

        * policy/txt/power-hibernate.policy (Allow),
        * policy/txt/power-poweroff.policy (Allow),
        * policy/txt/power-suspend.policy (Allow),
        * policy/txt/storage-removable-mount.policy (Allow),
        * policy/txt/storage-removable-mount-change-uid.policy (Allow):
        Ugh, replace uid:all with uid:__all__ as the former was malformed

        * tools/hal-policy-is-privileged.c: Add verbose operation

        * tools/Makefile.am (bin_PROGRAMS): Ugh, forgot backslash when
        adding hal-policy-is-privileged



Index: power-hibernate.policy
===================================================================
RCS file: /cvs/hal/hal/policy/txt/power-hibernate.policy,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- power-hibernate.policy	26 Feb 2006 23:32:49 -0000	1.1
+++ power-hibernate.policy	26 Feb 2006 23:43:41 -0000	1.2
@@ -1,5 +1,5 @@
 # who is allowed to suspend the machine to disk
 
 [Policy]
-Allow=uid:all
+Allow=uid:__all__
 Deny=

Index: power-poweroff.policy
===================================================================
RCS file: /cvs/hal/hal/policy/txt/power-poweroff.policy,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- power-poweroff.policy	26 Feb 2006 23:32:49 -0000	1.1
+++ power-poweroff.policy	26 Feb 2006 23:43:41 -0000	1.2
@@ -1,5 +1,5 @@
 # who is allowed to power off the machine
 
 [Policy]
-Allow=uid:all
+Allow=uid:__all__
 Deny=

Index: power-suspend.policy
===================================================================
RCS file: /cvs/hal/hal/policy/txt/power-suspend.policy,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- power-suspend.policy	26 Feb 2006 23:32:49 -0000	1.1
+++ power-suspend.policy	26 Feb 2006 23:43:41 -0000	1.2
@@ -1,5 +1,5 @@
 # who is allowed to suspend the machine to RAM
 
 [Policy]
-Allow=uid:all
+Allow=uid:__all__
 Deny=

Index: storage-removable-mount-change-uid.policy
===================================================================
RCS file: /cvs/hal/hal/policy/txt/storage-removable-mount-change-uid.policy,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- storage-removable-mount-change-uid.policy	26 Feb 2006 23:32:49 -0000	1.1
+++ storage-removable-mount-change-uid.policy	26 Feb 2006 23:43:41 -0000	1.2
@@ -1,5 +1,5 @@
 # who is allowed to mount volumes from removable drives and claim file ownership
 
 [Policy]
-Allow=uid:all
+Allow=uid:__all__
 Deny=

Index: storage-removable-mount.policy
===================================================================
RCS file: /cvs/hal/hal/policy/txt/storage-removable-mount.policy,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- storage-removable-mount.policy	26 Feb 2006 23:32:49 -0000	1.1
+++ storage-removable-mount.policy	26 Feb 2006 23:43:41 -0000	1.2
@@ -1,5 +1,5 @@
 # who is allowed to mount volumes from fixed drives
 
 [Policy]
-Allow=uid:all
+Allow=uid:__all__
 Deny=




More information about the hal-commit mailing list