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 0fbfa5
type ptmx_t, sysadmfile, device_type, dev_fs;
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 0fbfa5
type devpts_t, fs_type;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5