Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Authors:  Eamon Walsh <ewalsh@epoch.ncsc.mil>
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#######################################
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Types for the SELinux-enabled X Window System
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# X protocol extension types.  The SELinux extension in the X server
Chris PeBenito 0fbfa5
# has a hardcoded table that maps actual extension names to these types.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
type accelgraphics_ext_t, xextension;
Chris PeBenito 0fbfa5
type debug_ext_t, xextension;
Chris PeBenito 0fbfa5
type font_ext_t, xextension;
Chris PeBenito 0fbfa5
type input_ext_t, xextension;
Chris PeBenito 0fbfa5
type screensaver_ext_t, xextension;
Chris PeBenito 0fbfa5
type security_ext_t, xextension;
Chris PeBenito 0fbfa5
type shmem_ext_t, xextension;
Chris PeBenito 0fbfa5
type std_ext_t, xextension;
Chris PeBenito 0fbfa5
type sync_ext_t, xextension;
Chris PeBenito 0fbfa5
type unknown_ext_t, xextension;
Chris PeBenito 0fbfa5
type video_ext_t, xextension;
Chris PeBenito 0fbfa5
type windowmgr_ext_t, xextension;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# X property types.  The SELinux extension in the X server has a 
Chris PeBenito 0fbfa5
# hardcoded table that maps actual extension names to these types.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
type wm_property_t, xproperty;
Chris PeBenito 0fbfa5
type unknown_property_t, xproperty;