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