PERFORCE change 71849 for review

Kelly Djahandari kelly at FreeBSD.org
Fri Feb 25 19:54:53 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=71849

Change 71849 by kelly at kelly_riveroaks2.earthlink.net on 2005/02/25 19:53:56

	Changes to allow a usb keyboard to work.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/domains/program/devd.te#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/domains/program/devd.te#2 (text+ko) ====

@@ -10,11 +10,12 @@
 daemon_domain(devd)
 
 allow devd_t self:fd { create use };
-allow devd_t device_t:chr_file { read poll };
+allow devd_t device_t:chr_file { read getattr ioctl poll };
+allow devd_t device_t:lnk_file { read };
 allow devd_t etc_t:file r_file_perms;
 
 # /var/run/devd.pipe
 type devd_sock_t, file_type, sysadmfile;
 file_type_auto_trans(devd_t, var_run_t, devd_sock_t, sock_file)
 
-can_exec_any(devd_t)+can_exec_any(devd_t)
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