diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-17 14:13:02 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-17 14:13:02 -0400 |
commit | af4dde0ac19ecec1d0ad988eb25b15401e7c6b36 (patch) | |
tree | 7872e943bc344bd3411a4cf328d70cf03c9b9c57 | |
parent | baabae623b3658196b67a710dc72663c2105bf31 (diff) |
xselinux: Remove config file, this has been moved to the policy.
-rw-r--r-- | Xext/Makefile.am | 3 | ||||
-rw-r--r-- | Xext/XSELinuxConfig | 133 |
2 files changed, 0 insertions, 136 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 2423c8396..6fe1c3488 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -80,9 +80,6 @@ endif XSELINUX_SRCS = xselinux.c xselinux.h if XSELINUX BUILTIN_SRCS += $(XSELINUX_SRCS) - -SERVERCONFIG_DATA += XSELinuxConfig -AM_CFLAGS += -DXSELINUXCONFIGFILE=\"$(SERVERCONFIGdir)/XSELinuxConfig\" endif # Security extension: multi-level security to protect clients from each other diff --git a/Xext/XSELinuxConfig b/Xext/XSELinuxConfig deleted file mode 100644 index 66f93c56d..000000000 --- a/Xext/XSELinuxConfig +++ /dev/null @@ -1,133 +0,0 @@ -# -# Config file for XSELinux extension -# - -# -# The default client rule defines a context to be used for all clients -# connecting to the server from a remote host. -# -client * system_u:object_r:remote_xclient_t:s0 - -# -# Property rules map a property name to a context. A default property -# rule indicated by an asterisk should follow all other property rules. -# -# Properties set by typical clients: WM, _NET_WM, etc. -property WM_NAME system_u:object_r:client_xproperty_t:s0 -property WM_CLASS system_u:object_r:client_xproperty_t:s0 -property WM_ICON_NAME system_u:object_r:client_xproperty_t:s0 -property WM_HINTS system_u:object_r:client_xproperty_t:s0 -property WM_NORMAL_HINTS system_u:object_r:client_xproperty_t:s0 -property WM_COMMAND system_u:object_r:client_xproperty_t:s0 -property WM_CLIENT_MACHINE system_u:object_r:client_xproperty_t:s0 -property WM_LOCALE_NAME system_u:object_r:client_xproperty_t:s0 -property WM_CLIENT_LEADER system_u:object_r:client_xproperty_t:s0 -property WM_STATE system_u:object_r:client_xproperty_t:s0 -property WM_PROTOCOLS system_u:object_r:client_xproperty_t:s0 -property WM_WINDOW_ROLE system_u:object_r:client_xproperty_t:s0 -property WM_TRANSIENT_FOR system_u:object_r:client_xproperty_t:s0 -property _NET_WM_NAME system_u:object_r:client_xproperty_t:s0 -property _NET_WM_ICON system_u:object_r:client_xproperty_t:s0 -property _NET_WM_ICON_NAME system_u:object_r:client_xproperty_t:s0 -property _NET_WM_PID system_u:object_r:client_xproperty_t:s0 -property _NET_WM_STATE system_u:object_r:client_xproperty_t:s0 -property _NET_WM_DESKTOP system_u:object_r:client_xproperty_t:s0 -property _NET_WM_SYNC_REQUEST_COUNTER system_u:object_r:client_xproperty_t:s0 -property _NET_WM_WINDOW_TYPE system_u:object_r:client_xproperty_t:s0 -property _NET_WM_USER_TIME system_u:object_r:client_xproperty_t:s0 -property _MOTIF_DRAG_RECEIVER_INFO system_u:object_r:client_xproperty_t:s0 -property XdndAware system_u:object_r:client_xproperty_t:s0 - -# Properties written by xrdb -property RESOURCE_MANAGER system_u:object_r:rm_xproperty_t:s0 -property SCREEN_RESOURCES system_u:object_r:rm_xproperty_t:s0 - -# Properties written by window managers -property _MIT_PRIORITY_COLORS system_u:object_r:wm_xproperty_t:s0 - -# Properties used for security labeling -property _SELINUX_CLIENT_CONTEXT system_u:object_r:seclabel_xproperty_t:s0 - -# Properties used to communicate screen information -property XFree86_VT system_u:object_r:info_xproperty_t:s0 -property XFree86_DDC_EDID1_RAWDATA system_u:object_r:info_xproperty_t:s0 - -# Clipboard and selection properties -property CUT_BUFFER0 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER1 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER2 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER3 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER4 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER5 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER6 system_u:object_r:clipboard_xproperty_t:s0 -property CUT_BUFFER7 system_u:object_r:clipboard_xproperty_t:s0 -property _XT_SELECTION_0 system_u:object_r:clipboard_xproperty_t:s0 - -# Default fallback type -property * system_u:object_r:unknown_xproperty_t:s0 - -# -# Extension rules map an extension name to a context. A default extension -# rule indicated by an asterisk should follow all other extension rules. -# -# Standard extensions -extension BIG-REQUESTS system_u:object_r:std_xext_t:s0 -extension DOUBLE-BUFFER system_u:object_r:std_xext_t:s0 -extension Extended-Visual-Information system_u:object_r:std_xext_t:s0 -extension MIT-SUNDRY-NONSTANDARD system_u:object_r:std_xext_t:s0 -extension SHAPE system_u:object_r:std_xext_t:s0 -extension SYNC system_u:object_r:std_xext_t:s0 -extension XC-MISC system_u:object_r:std_xext_t:s0 -extension XFIXES system_u:object_r:std_xext_t:s0 -extension XFree86-Misc system_u:object_r:std_xext_t:s0 -extension XpExtension system_u:object_r:std_xext_t:s0 - -# Screen management and multihead extensions -extension RANDR system_u:object_r:output_xext_t:s0 -extension XINERAMA system_u:object_r:std_xext_t:s0 - -# Input extensions -extension XInputExtension system_u:object_r:input_xext_t:s0 -extension XKEYBOARD system_u:object_r:input_xext_t:s0 - -# Screensaver, power management extensions -extension DPMS system_u:object_r:screensaver_xext_t:s0 -extension MIT-SCREEN-SAVER system_u:object_r:screensaver_xext_t:s0 - -# Fonting extensions -extension FontCache system_u:object_r:font_xext_t:s0 -extension XFree86-Bigfont system_u:object_r:font_xext_t:s0 - -# Shared memory extensions -extension MIT-SHM system_u:object_r:shmem_xext_t:s0 - -# Accelerated graphics, OpenGL, direct rendering extensions -extension DAMAGE system_u:object_r:accelgraphics_xext_t:s0 -extension GLX system_u:object_r:accelgraphics_xext_t:s0 -extension NV-CONTROL system_u:object_r:accelgraphics_xext_t:s0 -extension NV-GLX system_u:object_r:accelgraphics_xext_t:s0 -extension NVIDIA-GLX system_u:object_r:accelgraphics_xext_t:s0 -extension RENDER system_u:object_r:std_xext_t:s0 -extension XFree86-DGA system_u:object_r:accelgraphics_xext_t:s0 - -# Debugging, testing, and recording extensions -extension RECORD system_u:object_r:debug_xext_t:s0 -extension X-Resource system_u:object_r:debug_xext_t:s0 -extension XTEST system_u:object_r:debug_xext_t:s0 - -# Extensions just for window managers -extension TOG-CUP system_u:object_r:windowmgr_xext_t:s0 - -# Security-related extensions -extension SECURITY system_u:object_r:security_xext_t:s0 -extension SELinux system_u:object_r:security_xext_t:s0 -extension XAccessControlExtension system_u:object_r:security_xext_t:s0 -extension XC-APPGROUP system_u:object_r:security_xext_t:s0 - -# Video extensions -extension XFree86-VidModeExtension system_u:object_r:video_xext_t:s0 -extension XVideo system_u:object_r:video_xext_t:s0 -extension XVideo-MotionCompensation system_u:object_r:video_xext_t:s0 - -# Default fallback type -extension * system_u:object_r:unknown_xext_t:s0 |