hal/policy/txt Makefile.am, NONE, 1.1 power-hibernate.policy, NONE, 1.1 power-poweroff.policy, NONE, 1.1 power-reboot.policy, NONE, 1.1 power-suspend.policy, NONE, 1.1 storage-fixed-mount-change-uid.policy, NONE, 1.1 storage-fixed-mount.policy, NONE, 1.1 storage-removable-mount-change-uid.policy, NONE, 1.1 storage-removable-mount.policy, NONE, 1.1

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


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

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

        * configure.in: Generate policy/Makefile and policy/txt/Makefile

        * policy/Makefile.am: New file

        * policy/txt/Makefile.am: Install policy files to /etc/hal/policy

        * policy/txt/*.policy: Policy files



--- NEW FILE: Makefile.am ---

txtpolicydir = $(sysconfdir)/hal/policy

txtpolicy_DATA =                                   \
	storage-fixed-mount.policy                 \
	storage-fixed-mount-change-uid.policy	   \
	storage-removable-mount.policy             \
	storage-removable-mount-change-uid.policy  \
	power-suspend.policy                       \
	power-hibernate.policy                     \
	power-poweroff.policy                      \
	power-reboot.policy

clean-local :
	rm -f *~

--- NEW FILE: power-hibernate.policy ---
# who is allowed to suspend the machine to disk

[Policy]
Allow=uid:all
Deny=

--- NEW FILE: power-poweroff.policy ---
# who is allowed to power off the machine

[Policy]
Allow=uid:all
Deny=

--- NEW FILE: power-reboot.policy ---
# who is allowed to reboot the machine

[Policy]
Allow=uid:all
Deny=

--- NEW FILE: power-suspend.policy ---
# who is allowed to suspend the machine to RAM

[Policy]
Allow=uid:all
Deny=

--- NEW FILE: storage-fixed-mount-change-uid.policy ---
# who is allowed to mount volumes from fixed drives and claim file ownership

[Policy]
Allow=
Deny=

--- NEW FILE: storage-fixed-mount.policy ---
# who is allowed to mount volumes from fixed drives

[Policy]
Allow=
Deny=

--- NEW FILE: storage-removable-mount-change-uid.policy ---
# who is allowed to mount volumes from removable drives and claim file ownership

[Policy]
Allow=uid:all
Deny=

--- NEW FILE: storage-removable-mount.policy ---
# who is allowed to mount volumes from fixed drives

[Policy]
Allow=uid:all
Deny=




More information about the hal-commit mailing list