xselinux: Remove config file, this has been moved to the policy.
This commit is contained in:
parent
baabae623b
commit
af4dde0ac1
|
@ -80,9 +80,6 @@ endif
|
||||||
XSELINUX_SRCS = xselinux.c xselinux.h
|
XSELINUX_SRCS = xselinux.c xselinux.h
|
||||||
if XSELINUX
|
if XSELINUX
|
||||||
BUILTIN_SRCS += $(XSELINUX_SRCS)
|
BUILTIN_SRCS += $(XSELINUX_SRCS)
|
||||||
|
|
||||||
SERVERCONFIG_DATA += XSELinuxConfig
|
|
||||||
AM_CFLAGS += -DXSELINUXCONFIGFILE=\"$(SERVERCONFIGdir)/XSELinuxConfig\"
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Security extension: multi-level security to protect clients from each other
|
# Security extension: multi-level security to protect clients from each other
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue