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