2008-04-01 20:23:23 +00:00
|
|
|
#
|
|
|
|
# Config file for XSELinux extension
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
##
|
|
|
|
### Rules for X Clients
|
|
|
|
##
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# The default client rule defines a context to be used for all clients
|
|
|
|
# connecting to the server from a remote host.
|
|
|
|
#
|
2009-10-28 02:20:38 +00:00
|
|
|
client * system_u:object_r:remote_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
##
|
|
|
|
### Rules for X Properties
|
|
|
|
##
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Property rules map a property name to a context. A default property
|
|
|
|
# rule indicated by an asterisk should follow all other property rules.
|
|
|
|
#
|
|
|
|
# Properties that normal clients may only read
|
2009-10-28 02:20:38 +00:00
|
|
|
property _SELINUX_* system_u:object_r:seclabel_xproperty_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
|
|
|
# Clipboard and selection properties
|
2009-10-28 02:20:38 +00:00
|
|
|
property CUT_BUFFER? system_u:object_r:clipboard_xproperty_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
|
|
|
# Default fallback type
|
|
|
|
property * system_u:object_r:xproperty_t
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
##
|
|
|
|
### Rules for X Extensions
|
|
|
|
##
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Extension rules map an extension name to a context. A default extension
|
|
|
|
# rule indicated by an asterisk should follow all other extension rules.
|
|
|
|
#
|
2009-10-28 02:20:38 +00:00
|
|
|
# Restricted extensions
|
|
|
|
extension SELinux system_u:object_r:security_xextension_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
2009-10-28 02:20:38 +00:00
|
|
|
# Standard extensions
|
|
|
|
extension * system_u:object_r:xextension_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
##
|
|
|
|
### Rules for X Selections
|
|
|
|
##
|
|
|
|
#
|
|
|
|
|
|
|
|
# Selection rules map a selection name to a context. A default selection
|
|
|
|
# rule indicated by an asterisk should follow all other selection rules.
|
|
|
|
#
|
|
|
|
# Standard selections
|
|
|
|
selection PRIMARY system_u:object_r:clipboard_xselection_t
|
|
|
|
selection CLIPBOARD system_u:object_r:clipboard_xselection_t
|
|
|
|
|
|
|
|
# Default fallback type
|
|
|
|
selection * system_u:object_r:xselection_t
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
##
|
|
|
|
### Rules for X Events
|
|
|
|
##
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Event rules map an event protocol name to a context. A default event
|
|
|
|
# rule indicated by an asterisk should follow all other event rules.
|
|
|
|
#
|
|
|
|
# Input events
|
|
|
|
event X11:KeyPress system_u:object_r:input_xevent_t
|
|
|
|
event X11:KeyRelease system_u:object_r:input_xevent_t
|
|
|
|
event X11:ButtonPress system_u:object_r:input_xevent_t
|
|
|
|
event X11:ButtonRelease system_u:object_r:input_xevent_t
|
|
|
|
event X11:MotionNotify system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceKeyPress system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceKeyRelease system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceButtonPress system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceButtonRelease system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceMotionNotify system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:DeviceValuator system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:ProximityIn system_u:object_r:input_xevent_t
|
|
|
|
event XInputExtension:ProximityOut system_u:object_r:input_xevent_t
|
|
|
|
|
|
|
|
# Client message events
|
|
|
|
event X11:ClientMessage system_u:object_r:client_xevent_t
|
2009-10-28 02:20:38 +00:00
|
|
|
event X11:SelectionNotify system_u:object_r:client_xevent_t
|
|
|
|
event X11:UnmapNotify system_u:object_r:client_xevent_t
|
|
|
|
event X11:ConfigureNotify system_u:object_r:client_xevent_t
|
2008-04-01 20:23:23 +00:00
|
|
|
|
|
|
|
# Default fallback type
|
|
|
|
event * system_u:object_r:xevent_t
|