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