PERFORCE change 43298 for review
Robert Watson
rwatson at FreeBSD.org
Tue Dec 2 15:57:51 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=43298
Change 43298 by rwatson at rwatson_fledge on 2003/12/02 07:56:57
Add permission to /dev/zero.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/policy/rules#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/policy/rules#4 (text+ko) ====
@@ -66,7 +66,7 @@
allow domain file:{file lnk_file sock_file} {create_file_perms execute };
allow domain file:file execute_no_trans;
allow domain file:dir { create_dir_perms };
-allow domain {null_device_t console_device_t memory_device_t random_device_t device_t}:{file chr_file} create_file_perms;
+allow domain {null_device_t console_device_t memory_device_t random_device_t zero_device_t device_t}:{file chr_file} create_file_perms;
allow domain device_t:blk_file create_file_perms;
allow domain {devpts_t user_devpts_t sysadm_devpts_t}:chr_file create_file_perms;
allow domain domain:process { signal sigkill setsched getsession };
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list