Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# Authors:  Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser  
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
############################################
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# Devpts types
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# ptmx_t is the type for /dev/ptmx.
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
type ptmx_t, sysadmfile, device_type, dev_fs, mlstrustedobject;
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# devpts_t is the type of the devpts file system and 
Chris PeBenito 31b7c0
# the type of the root directory of the file system.
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
type devpts_t, mount_point, fs_type;
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
ifdef(`targeted_policy', `
Chris PeBenito 31b7c0
typeattribute devpts_t ttyfile;
Chris PeBenito 31b7c0
')