# FLASK

#
# Security contexts for devfs entries.
#
# Each specifications has the form:
# 	pathname-prefix [ -type ] context
#
# The entry with the longest matching pathname prefix is used.
# / refers to the root directory of the devfs file system, and
# everything is specified relative to this root directory.
# If there is no entry with a matching pathname prefix, then 
# the devfs initial SID is used.
#
# The optional type field specifies the file type as shown in the mode
# field by ls, e.g. use -c to match only character device files, -b
# to match only block device files.
#

/			system_u:object_r:devfs_t
/null			system_u:object_r:null_device_t
/zero			system_u:object_r:zero_device_t
/console		system_u:object_r:console_device_t
#/kmem			system_u:object_r:memory_device_t
#/mem			system_u:object_r:memory_device_t
#/port			system_u:object_r:memory_device_t
#/random			system_u:object_r:random_device_t
#/urandom		system_u:object_r:random_device_t
/tty			system_u:object_r:devtty_t
/vc -c			system_u:object_r:tty_device_t
#/pts			system_u:object_r:devpts_t
#/scsi	-c		system_u:object_r:fixed_disk_device_t
#/scsi	-b		system_u:object_r:fixed_disk_device_t
#/ide	-c		system_u:object_r:fixed_disk_device_t
#/ide	-b		system_u:object_r:fixed_disk_device_t
#/discs	-c		system_u:object_r:fixed_disk_device_t
#/discs	-b		system_u:object_r:fixed_disk_device_t
#/cdroms	-c		system_u:object_r:removable_device_t
#/cdroms	-b		system_u:object_r:removable_device_t
#/floppy	-c		system_u:object_r:removable_device_t
#/floppy	-b		system_u:object_r:removable_device_t
#/rtc			system_u:object_r:clock_device_t
#/ppp			system_u:object_r:ppp_device_t
#/initctl		system_u:object_r:initctl_t
#/log			system_u:object_r:devlog_t
#/misc/psaux		system_u:object_r:mouse_device_t
#/input/mouse		system_u:object_r:mouse_device_t
#/gpmctl			system_u:object_r:gpmctl_t
#/ptmx			system_u:object_r:ptmx_t
#/misc/apm_bios		system_u:object_r:apm_bios_t
#/sound -c		system_u:object_r:sound_device_t

# FLASK
