PERFORCE change 22947 for review
Brian Feldman
green at freebsd.org
Mon Dec 30 21:41:24 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22947
Change 22947 by green at green_laptop_2 on 2002/12/30 13:40:47
* Add SEBSD policy for moused(4).
Affected files ...
.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/file_contexts/program/moused.fc#1 add
.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/files.lst#7 edit
.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/genfs_contexts#4 edit
.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/types/device.te#3 edit
Differences ...
==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/files.lst#7 (text+ko) ====
@@ -73,6 +73,7 @@
file_contexts/program/mail.fc
file_contexts/program/modutil.fc
file_contexts/program/mount.fc
+file_contexts/program/moused.fc
file_contexts/program/named.fc
file_contexts/program/netscape.fc
file_contexts/program/netutils.fc
@@ -177,6 +178,7 @@
domains/program/mail.te
domains/program/modutil.te
domains/program/mount.te
+domains/program/moused.te
domains/program/named.te
domains/program/netscape.te
domains/program/netutils.te
==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/genfs_contexts#4 (text+ko) ====
@@ -45,6 +45,18 @@
genfscon devfs /urandom system_u:object_r:random_device_t
genfscon devfs /tty system_u:object_r:devtty_t
genfscon devfs /pty system_u:object_r:devpts_t
+genfscon devfs /ttyp system_u:object_r:devpts_t
+genfscon devfs /ttyq system_u:object_r:devpts_t
+genfscon devfs /ttyr system_u:object_r:devpts_t
+genfscon devfs /ttys system_u:object_r:devpts_t
+genfscon devfs /ttyP system_u:object_r:devpts_t
+genfscon devfs /ttyQ system_u:object_r:devpts_t
+genfscon devfs /ttyR system_u:object_r:devpts_t
+genfscon devfs /ttyS system_u:object_r:devpts_t
+genfscon devfs /cua system_u:object_r:serial_device_t
+genfscon devfs /ttyd system_u:object_r:serial_device_t
+genfscon devfs /ttyid system_u:object_r:serial_device_t
+genfscon devfs /ttyld system_u:object_r:serial_device_t
genfscon devfs /ad -c system_u:object_r:fixed_disk_device_t
genfscon devfs /acd -c system_u:object_r:fixed_disk_device_t
genfscon devfs /fd -c system_u:object_r:removable_device_t
@@ -53,6 +65,11 @@
genfscon devfs /log system_u:object_r:devlog_t
genfscon devfs /misc/psaux system_u:object_r:mouse_device_t
genfscon devfs /input/mouse system_u:object_r:mouse_device_t
+genfscon devfs /mse system_u:object_r:mouse_device_t
+genfscon devfs /psm system_u:object_r:mouse_device_t
+genfscon devfs /ums system_u:object_r:mouse_device_t
+genfscon devfs /sysmouse system_u:object_r:sysmouse_device_t
+genfscon devfs /consolectl system_u:object_r:consolectl_t
genfscon devfs /gpmctl system_u:object_r:gpmctl_t
genfscon devfs /ptmx system_u:object_r:ptmx_t
genfscon devfs /acpi system_u:object_r:apm_bios_t
==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/types/device.te#3 (text+ko) ====
@@ -50,6 +50,11 @@
type tty_device_t, file_type;
#
+# serial_device_t is the type of sio(4) devices.
+#
+type serial_device_t, file_type;
+
+#
# fixed_disk_device_t is the type of
# /dev/hd* and /dev/sd*.
#
@@ -85,6 +90,11 @@
type mouse_device_t, file_type;
#
+# Type for the syscons-based mouse multiplexer.
+#
+type sysmouse_device_t, file_type;
+
+#
# Not sure what these devices are for, but X wants access to them.
#
type agp_device_t, file_type;
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