selinux-policy/policy/modules/services/xserver.te

1357 lines
40 KiB
Plaintext
Raw Normal View History

policy_module(xserver, 3.4.2)
2008-11-05 16:10:46 +00:00
gen_require(`
class x_drawable all_x_drawable_perms;
class x_screen all_x_screen_perms;
class x_gc all_x_gc_perms;
class x_font all_x_font_perms;
class x_colormap all_x_colormap_perms;
class x_property all_x_property_perms;
class x_selection all_x_selection_perms;
class x_cursor all_x_cursor_perms;
class x_client all_x_client_perms;
class x_device all_x_device_perms;
class x_pointer all_x_pointer_perms;
class x_keyboard all_x_keyboard_perms;
2008-11-05 16:10:46 +00:00
class x_server all_x_server_perms;
class x_extension all_x_extension_perms;
class x_resource all_x_resource_perms;
class x_event all_x_event_perms;
class x_synthetic_event all_x_synthetic_event_perms;
')
2006-01-19 22:01:48 +00:00
########################################
#
# Declarations
#
## <desc>
## <p>
## Allows clients to write to the X server shared
## memory segments.
## </p>
## </desc>
gen_tunable(allow_write_xshm, false)
2010-08-26 13:41:21 +00:00
## <desc>
## <p>
## Allows XServer to execute writable memory
## </p>
## </desc>
gen_tunable(allow_xserver_execmem, false)
## <desc>
## <p>
## Allow xdm logins as sysadm
## </p>
## </desc>
gen_tunable(xdm_sysadm_login, false)
2008-04-01 20:23:23 +00:00
## <desc>
## <p>
## Support X userspace object manager
## </p>
## </desc>
gen_tunable(xserver_object_manager, false)
2008-04-01 20:23:23 +00:00
2010-08-26 13:41:21 +00:00
## <desc>
## <p>
## Allow regular users direct dri device access
## </p>
## </desc>
gen_tunable(user_direct_dri, false)
attribute xdmhomewriter;
attribute x_userdomain;
2008-04-01 20:23:23 +00:00
attribute x_domain;
# X Events
attribute xevent_type;
attribute input_xevent_type;
type xevent_t, xevent_type;
2009-11-02 13:48:58 +00:00
typealias xevent_t alias { user_property_xevent_t staff_property_xevent_t sysadm_property_xevent_t };
typealias xevent_t alias { auditadm_property_xevent_t secadm_property_xevent_t };
typealias xevent_t alias { user_focus_xevent_t staff_focus_xevent_t sysadm_focus_xevent_t };
typealias xevent_t alias { auditadm_focus_xevent_t secadm_focus_xevent_t };
typealias xevent_t alias { user_manage_xevent_t staff_manage_xevent_t sysadm_manage_xevent_t };
typealias xevent_t alias { auditadm_manage_xevent_t secadm_manage_xevent_t };
typealias xevent_t alias { user_default_xevent_t staff_default_xevent_t sysadm_default_xevent_t };
typealias xevent_t alias { auditadm_default_xevent_t secadm_default_xevent_t };
2008-04-01 20:23:23 +00:00
type client_xevent_t, xevent_type;
2009-11-02 13:48:58 +00:00
typealias client_xevent_t alias { user_client_xevent_t staff_client_xevent_t sysadm_client_xevent_t };
typealias client_xevent_t alias { auditadm_client_xevent_t secadm_client_xevent_t };
type input_xevent_t, xevent_type, input_xevent_type;
# X Extensions
attribute xextension_type;
type xextension_t, xextension_type;
type security_xextension_t, xextension_type;
# X Properties
attribute xproperty_type;
type xproperty_t, xproperty_type;
type seclabel_xproperty_t, xproperty_type;
2008-04-01 20:23:23 +00:00
type clipboard_xproperty_t, xproperty_type;
# X Selections
attribute xselection_type;
type xselection_t, xselection_type;
type clipboard_xselection_t, xselection_type;
#type settings_xselection_t, xselection_type;
#type dbus_xselection_t, xselection_type;
2008-11-05 16:10:46 +00:00
# X Drawables
attribute xdrawable_type;
attribute xcolormap_type;
type root_xdrawable_t, xdrawable_type;
type root_xcolormap_t, xcolormap_type;
2006-01-20 19:36:54 +00:00
attribute xserver_unconfined_type;
2008-11-05 16:10:46 +00:00
xserver_object_types_template(root)
2008-11-05 16:10:46 +00:00
xserver_object_types_template(user)
2008-11-05 16:10:46 +00:00
typealias user_xproperty_t alias { staff_xproperty_t sysadm_xproperty_t };
typealias user_xproperty_t alias { auditadm_xproperty_t secadm_xproperty_t };
typealias user_input_xevent_t alias { staff_input_xevent_t sysadm_input_xevent_t };
typealias user_input_xevent_t alias { auditadm_input_xevent_t secadm_input_xevent_t };
type remote_t;
xserver_object_types_template(remote)
xserver_common_x_domain_template(remote,remote_t)
2008-11-05 16:10:46 +00:00
type user_fonts_t;
typealias user_fonts_t alias { staff_fonts_t sysadm_fonts_t };
typealias user_fonts_t alias { auditadm_fonts_t secadm_fonts_t };
2010-08-26 13:41:21 +00:00
typealias user_fonts_t alias { xguest_fonts_t unconfined_fonts_t user_fonts_home_t };
2008-11-05 16:10:46 +00:00
userdom_user_home_content(user_fonts_t)
type user_fonts_cache_t;
typealias user_fonts_cache_t alias { staff_fonts_cache_t sysadm_fonts_cache_t };
typealias user_fonts_cache_t alias { auditadm_fonts_cache_t secadm_fonts_cache_t };
2010-08-26 13:41:21 +00:00
typealias user_fonts_cache_t alias { xguest_fonts_cache_t unconfined_fonts_cache_t };
;
2008-11-05 16:10:46 +00:00
userdom_user_home_content(user_fonts_cache_t)
type user_fonts_config_t;
typealias user_fonts_config_t alias { staff_fonts_config_t sysadm_fonts_config_t };
typealias user_fonts_config_t alias { auditadm_fonts_config_t secadm_fonts_config_t };
2010-08-26 13:41:21 +00:00
typealias user_fonts_config_t alias { fonts_config_home_t xguest_fonts_config_t unconfined_fonts_config_t };
2008-11-13 18:44:23 +00:00
userdom_user_home_content(user_fonts_config_t)
2008-11-05 16:10:46 +00:00
type iceauth_t;
type iceauth_exec_t;
typealias iceauth_t alias { user_iceauth_t staff_iceauth_t sysadm_iceauth_t };
2010-08-26 13:41:21 +00:00
typealias iceauth_t alias { xguest_iceauth_t };
typealias iceauth_t alias { auditadm_iceauth_t secadm_iceauth_t };
application_domain(iceauth_t, iceauth_exec_t)
ubac_constrained(iceauth_t)
type iceauth_home_t;
typealias iceauth_home_t alias { user_iceauth_home_t staff_iceauth_home_t sysadm_iceauth_home_t };
typealias iceauth_home_t alias { auditadm_iceauth_home_t secadm_iceauth_home_t };
2010-08-26 13:41:21 +00:00
typealias iceauth_home_t alias { xguest_iceauth_home_t };
files_poly_member(iceauth_home_t)
userdom_user_home_content(iceauth_home_t)
2008-04-01 20:23:23 +00:00
2008-11-05 16:10:46 +00:00
type xauth_t;
2006-01-20 19:36:54 +00:00
type xauth_exec_t;
2008-11-05 16:10:46 +00:00
typealias xauth_t alias { user_xauth_t staff_xauth_t sysadm_xauth_t };
typealias xauth_t alias { auditadm_xauth_t secadm_xauth_t };
2010-08-26 13:41:21 +00:00
typealias xauth_t alias { xguest_xauth_t unconfined_xauth_t };
2008-11-05 16:10:46 +00:00
application_domain(xauth_t, xauth_exec_t)
ubac_constrained(xauth_t)
type xauth_home_t;
typealias xauth_home_t alias { user_xauth_home_t staff_xauth_home_t sysadm_xauth_home_t };
typealias xauth_home_t alias { auditadm_xauth_home_t secadm_xauth_home_t };
2010-08-26 13:41:21 +00:00
typealias xauth_home_t alias { xguest_xauth_home_t unconfined_xauth_home_t };
files_poly_member(xauth_home_t)
2008-11-05 16:10:46 +00:00
userdom_user_home_content(xauth_home_t)
type xauth_tmp_t;
typealias xauth_tmp_t alias { user_xauth_tmp_t staff_xauth_tmp_t sysadm_xauth_tmp_t };
2010-08-26 13:41:21 +00:00
typealias xauth_tmp_t alias { xguest_xauth_tmp_t unconfined_xauth_tmp_t };
2008-11-05 16:10:46 +00:00
typealias xauth_tmp_t alias { auditadm_xauth_tmp_t secadm_xauth_tmp_t };
files_tmp_file(xauth_tmp_t)
ubac_constrained(xauth_tmp_t)
2006-01-20 19:36:54 +00:00
2006-04-06 19:27:41 +00:00
# this is not actually a device, its a pipe
type xconsole_device_t;
files_type(xconsole_device_t)
fs_associate_tmpfs(xconsole_device_t)
files_associate_tmp(xconsole_device_t)
2006-01-30 22:51:35 +00:00
type xdm_t;
type xdm_exec_t;
auth_login_pgm_domain(xdm_t)
init_domain(xdm_t, xdm_exec_t)
2010-08-26 13:41:21 +00:00
init_system_domain(xdm_t, xdm_exec_t)
xserver_object_types_template(xdm)
xserver_common_x_domain_template(xdm, xdm_t)
2006-01-30 22:51:35 +00:00
type xdm_lock_t;
files_lock_file(xdm_lock_t)
2010-08-26 13:41:21 +00:00
type xdm_etc_t;
files_config_file(xdm_etc_t)
2006-01-30 22:51:35 +00:00
type xdm_rw_etc_t;
2010-08-26 13:41:21 +00:00
files_config_file(xdm_rw_etc_t)
type xdm_spool_t;
files_type(xdm_spool_t)
2006-01-30 22:51:35 +00:00
type xdm_var_lib_t;
files_type(xdm_var_lib_t)
type xdm_var_run_t;
files_pid_file(xdm_var_run_t)
2010-08-26 13:41:21 +00:00
type xserver_var_lib_t;
files_type(xserver_var_lib_t)
type xserver_var_run_t;
files_pid_file(xserver_var_run_t)
2006-01-30 22:51:35 +00:00
type xdm_tmp_t;
files_tmp_file(xdm_tmp_t)
2010-08-26 13:41:21 +00:00
typealias xdm_tmp_t alias { xserver_tmp_t user_xserver_tmp_t staff_xserver_tmp_t sysadm_xserver_tmp_t ice_tmp_t };
typealias xdm_tmp_t alias { auditadm_xserver_tmp_t secadm_xserver_tmp_t xdm_xserver_tmp_t };
ubac_constrained(xdm_tmp_t)
2006-01-30 22:51:35 +00:00
type xdm_tmpfs_t;
files_tmpfs_file(xdm_tmpfs_t)
2010-08-26 13:41:21 +00:00
type xdm_home_t;
userdom_user_home_content(xdm_home_t)
type xdm_log_t;
logging_log_file(xdm_log_t)
2006-01-19 22:01:48 +00:00
# type for /var/lib/xkb
type xkb_var_lib_t;
2006-06-14 20:52:45 +00:00
files_type(xkb_var_lib_t)
2006-01-19 22:01:48 +00:00
# Type for the executable used to start the X server, e.g. Xwrapper.
2008-11-05 16:10:46 +00:00
type xserver_t;
2006-01-19 22:01:48 +00:00
type xserver_exec_t;
2008-11-05 16:10:46 +00:00
typealias xserver_t alias { user_xserver_t staff_xserver_t sysadm_xserver_t };
typealias xserver_t alias { auditadm_xserver_t secadm_xserver_t xdm_xserver_t };
2008-11-05 16:10:46 +00:00
init_system_domain(xserver_t, xserver_exec_t)
ubac_constrained(xserver_t)
type xserver_tmpfs_t;
2010-08-26 13:41:21 +00:00
typealias xserver_tmpfs_t alias { user_xserver_tmpfs_t staff_xserver_tmpfs_t sysadm_xserver_tmpfs_t xguest_xserver_tmpfs_t unconfined_xserver_tmpfs_t xdm_xserver_tmpfs_t };
typealias xserver_tmpfs_t alias { auditadm_xserver_tmpfs_t secadm_xserver_tmpfs_t };
2008-11-05 16:10:46 +00:00
files_tmpfs_file(xserver_tmpfs_t)
ubac_constrained(xserver_tmpfs_t)
2006-01-19 22:01:48 +00:00
2006-01-30 22:51:35 +00:00
type xsession_exec_t;
corecmd_executable_file(xsession_exec_t)
2006-01-30 22:51:35 +00:00
2006-01-19 22:01:48 +00:00
# Type for the X server log file.
type xserver_log_t;
logging_log_file(xserver_log_t)
2006-01-20 22:02:24 +00:00
ifdef(`enable_mcs',`
2009-06-26 14:40:13 +00:00
init_ranged_domain(xdm_t, xdm_exec_t, s0 - mcs_systemhigh)
init_ranged_daemon_domain(xdm_t, xdm_exec_t, s0 - mcs_systemhigh)
')
optional_policy(`
2006-01-20 22:02:24 +00:00
prelink_object_file(xkb_var_lib_t)
')
2006-01-30 22:51:35 +00:00
2008-11-05 16:10:46 +00:00
########################################
#
# Iceauth local policy
#
allow iceauth_t iceauth_home_t:file manage_file_perms;
userdom_user_home_dir_filetrans(iceauth_t, iceauth_home_t, file)
allow xdm_t iceauth_home_t:file read_file_perms;
2010-08-26 13:41:21 +00:00
dev_read_rand(iceauth_t)
2008-11-05 16:10:46 +00:00
fs_search_auto_mountpoints(iceauth_t)
userdom_use_user_terminals(iceauth_t)
2010-08-26 13:41:21 +00:00
userdom_read_user_tmp_files(iceauth_t)
userdom_read_all_users_state(iceauth_t)
2008-11-05 16:10:46 +00:00
tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_files(iceauth_t)
')
tunable_policy(`use_samba_home_dirs',`
fs_manage_cifs_files(iceauth_t)
')
2010-08-26 13:41:21 +00:00
ifdef(`hide_broken_symptoms', `
dev_dontaudit_read_urand(iceauth_t)
dev_dontaudit_rw_dri(iceauth_t)
dev_dontaudit_rw_generic_dev_nodes(iceauth_t)
fs_dontaudit_list_inotifyfs(iceauth_t)
fs_dontaudit_rw_anon_inodefs_files(iceauth_t)
term_dontaudit_use_unallocated_ttys(iceauth_t)
userdom_dontaudit_read_user_home_content_files(iceauth_t)
userdom_dontaudit_write_user_home_content_files(iceauth_t)
userdom_dontaudit_write_user_tmp_files(iceauth_t)
optional_policy(`
mozilla_dontaudit_rw_user_home_files(iceauth_t)
')
')
2008-11-05 16:10:46 +00:00
########################################
#
# Xauth local policy
#
2010-08-26 13:41:21 +00:00
allow xauth_t self:capability dac_override;
2008-11-05 16:10:46 +00:00
allow xauth_t self:process signal;
allow xauth_t self:unix_stream_socket create_stream_socket_perms;
2010-08-26 13:41:21 +00:00
allow xauth_t xdm_t:process sigchld;
allow xauth_t xserver_t:unix_stream_socket connectto;
corenet_tcp_connect_xserver_port(xauth_t)
2008-11-05 16:10:46 +00:00
allow xauth_t xauth_home_t:file manage_file_perms;
userdom_user_home_dir_filetrans(xauth_t, xauth_home_t, file)
2010-08-26 13:41:21 +00:00
userdom_admin_home_dir_filetrans(xauth_t, xauth_home_t, file)
manage_dirs_pattern(xauth_t, xdm_var_run_t, xdm_var_run_t)
manage_files_pattern(xauth_t, xdm_var_run_t, xdm_var_run_t)
2008-11-05 16:10:46 +00:00
manage_dirs_pattern(xauth_t, xauth_tmp_t, xauth_tmp_t)
manage_files_pattern(xauth_t, xauth_tmp_t, xauth_tmp_t)
files_tmp_filetrans(xauth_t, xauth_tmp_t, { file dir })
2010-08-26 13:41:21 +00:00
stream_connect_pattern(xauth_t, xserver_tmp_t, xserver_tmp_t, xserver_t)
kernel_read_system_state(xauth_t)
2008-11-05 16:10:46 +00:00
domain_use_interactive_fds(xauth_t)
2010-08-26 13:41:21 +00:00
domain_dontaudit_leaks(xauth_t)
2008-11-05 16:10:46 +00:00
files_read_etc_files(xauth_t)
2010-08-26 13:41:21 +00:00
files_read_usr_files(xauth_t)
2008-11-05 16:10:46 +00:00
files_search_pids(xauth_t)
2010-08-26 13:41:21 +00:00
files_dontaudit_getattr_all_dirs(xauth_t)
files_dontaudit_leaks(xauth_t)
files_var_lib_filetrans(xauth_t, xauth_home_t, file)
2008-11-05 16:10:46 +00:00
2010-08-26 13:41:21 +00:00
fs_dontaudit_leaks(xauth_t)
fs_getattr_all_fs(xauth_t)
2008-11-05 16:10:46 +00:00
fs_search_auto_mountpoints(xauth_t)
# Probably a leak
term_dontaudit_use_ptmx(xauth_t)
term_dontaudit_use_console(xauth_t)
2008-11-05 16:10:46 +00:00
auth_use_nsswitch(xauth_t)
userdom_use_user_terminals(xauth_t)
userdom_read_user_tmp_files(xauth_t)
2010-08-26 13:41:21 +00:00
userdom_read_all_users_state(xauth_t)
ifdef(`hide_broken_symptoms', `
fs_dontaudit_rw_anon_inodefs_files(xauth_t)
fs_dontaudit_list_inotifyfs(xauth_t)
userdom_manage_user_home_content_files(xauth_t)
userdom_manage_user_tmp_files(xauth_t)
dev_dontaudit_rw_generic_dev_nodes(xauth_t)
miscfiles_read_fonts(xauth_t)
')
2008-11-05 16:10:46 +00:00
xserver_rw_xdm_tmp_files(xauth_t)
tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_files(xauth_t)
2010-08-26 13:41:21 +00:00
fs_read_nfs_symlinks(xauth_t)
2008-11-05 16:10:46 +00:00
')
tunable_policy(`use_samba_home_dirs',`
fs_manage_cifs_files(xauth_t)
')
2010-08-26 13:41:21 +00:00
ifdef(`hide_broken_symptoms', `
term_dontaudit_use_unallocated_ttys(xauth_t)
dev_dontaudit_rw_dri(xauth_t)
')
optional_policy(`
nx_var_lib_filetrans(xauth_t, xauth_home_t, file)
')
2008-11-05 16:10:46 +00:00
optional_policy(`
ssh_sigchld(xauth_t)
ssh_read_pipes(xauth_t)
ssh_dontaudit_rw_tcp_sockets(xauth_t)
')
2006-01-30 22:51:35 +00:00
########################################
#
# XDM Local policy
#
2010-08-26 13:41:21 +00:00
allow xdm_t self:capability { setgid setuid sys_resource kill sys_tty_config mknod chown dac_override dac_read_search fowner fsetid ipc_owner sys_nice sys_rawio net_bind_service sys_ptrace };
allow xdm_t self:process { setexec setpgid getsched setsched setrlimit signal_perms setkeycreate ptrace };
allow xdm_t self:process { getattr getcap setcap };
2006-12-12 20:08:08 +00:00
allow xdm_t self:fifo_file rw_fifo_file_perms;
2006-01-30 22:51:35 +00:00
allow xdm_t self:shm create_shm_perms;
allow xdm_t self:sem create_sem_perms;
allow xdm_t self:unix_stream_socket { connectto create_stream_socket_perms };
2010-08-26 13:41:21 +00:00
allow xdm_t self:unix_dgram_socket { create_socket_perms sendto };
2006-01-30 22:51:35 +00:00
allow xdm_t self:tcp_socket create_stream_socket_perms;
allow xdm_t self:udp_socket create_socket_perms;
2010-08-26 13:41:21 +00:00
allow xdm_t self:netlink_kobject_uevent_socket create_socket_perms;
allow xdm_t self:socket create_socket_perms;
allow xdm_t self:appletalk_socket create_socket_perms;
allow xdm_t self:key { search link write };
2006-01-30 22:51:35 +00:00
2010-08-26 13:41:21 +00:00
allow xdm_t xauth_home_t:file manage_file_perms;
2006-04-06 19:27:41 +00:00
allow xdm_t xconsole_device_t:fifo_file { getattr setattr };
2010-08-26 13:41:21 +00:00
manage_dirs_pattern(xdm_t, xkb_var_lib_t, xkb_var_lib_t)
manage_files_pattern(xdm_t, xkb_var_lib_t, xkb_var_lib_t)
manage_files_pattern(xdm_t, xdm_home_t, xdm_home_t)
userdom_user_home_dir_filetrans(xdm_t, xdm_home_t, file)
#Handle mislabeled files in homedir
userdom_delete_user_home_content_files(xdm_t)
userdom_signull_unpriv_users(xdm_t)
userdom_dontaudit_read_admin_home_lnk_files(xdm_t)
2006-04-06 19:27:41 +00:00
2006-01-30 22:51:35 +00:00
# Allow gdm to run gdm-binary
can_exec(xdm_t, xdm_exec_t)
allow xdm_t xdm_lock_t:file manage_file_perms;
files_lock_filetrans(xdm_t, xdm_lock_t, file)
2010-08-26 13:41:21 +00:00
read_lnk_files_pattern(xdm_t, xdm_etc_t, xdm_etc_t)
read_files_pattern(xdm_t, xdm_etc_t, xdm_etc_t)
2006-01-30 22:51:35 +00:00
# wdm has its own config dir /etc/X11/wdm
# this is ugly, daemons should not create files under /etc!
manage_files_pattern(xdm_t, xdm_rw_etc_t, xdm_rw_etc_t)
2006-01-30 22:51:35 +00:00
manage_dirs_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
manage_files_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
2010-08-26 13:41:21 +00:00
manage_lnk_files_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
manage_sock_files_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
2010-08-26 13:41:21 +00:00
files_tmp_filetrans(xdm_t, xdm_tmp_t, { file dir sock_file lnk_file })
relabelfrom_dirs_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
relabelfrom_files_pattern(xdm_t, xdm_tmp_t, xdm_tmp_t)
manage_dirs_pattern(xdm_t, xdm_tmpfs_t, xdm_tmpfs_t)
manage_files_pattern(xdm_t, xdm_tmpfs_t, xdm_tmpfs_t)
manage_lnk_files_pattern(xdm_t, xdm_tmpfs_t, xdm_tmpfs_t)
manage_fifo_files_pattern(xdm_t, xdm_tmpfs_t, xdm_tmpfs_t)
manage_sock_files_pattern(xdm_t, xdm_tmpfs_t, xdm_tmpfs_t)
2010-08-26 13:41:21 +00:00
fs_getattr_all_fs(xdm_t)
fs_list_inotifyfs(xdm_t)
fs_read_noxattr_fs_files(xdm_t)
fs_dontaudit_list_fusefs(xdm_t)
fs_manage_cgroup_dirs(xdm_t)
fs_manage_cgroup_files(xdm_t)
manage_files_pattern(xdm_t, user_fonts_t, user_fonts_t)
files_search_spool(xdm_t)
manage_dirs_pattern(xdm_t, xdm_spool_t, xdm_spool_t)
manage_files_pattern(xdm_t, xdm_spool_t, xdm_spool_t)
files_spool_filetrans(xdm_t, xdm_spool_t, { file dir })
manage_dirs_pattern(xdm_t, xdm_var_lib_t, xdm_var_lib_t)
manage_files_pattern(xdm_t, xdm_var_lib_t, xdm_var_lib_t)
2010-08-26 13:41:21 +00:00
manage_lnk_files_pattern(xdm_t, xdm_var_lib_t, xdm_var_lib_t)
manage_sock_files_pattern(xdm_t, xdm_var_lib_t, xdm_var_lib_t)
files_var_lib_filetrans(xdm_t, xdm_var_lib_t, { file dir })
# Read machine-id
files_read_var_lib_files(xdm_t)
manage_dirs_pattern(xdm_t, xdm_var_run_t, xdm_var_run_t)
manage_files_pattern(xdm_t, xdm_var_run_t, xdm_var_run_t)
manage_fifo_files_pattern(xdm_t, xdm_var_run_t, xdm_var_run_t)
2010-08-26 13:41:21 +00:00
manage_sock_files_pattern(xdm_t, xdm_var_run_t, xdm_var_run_t)
files_pid_filetrans(xdm_t, xdm_var_run_t, { dir file fifo_file sock_file })
2010-08-26 13:41:21 +00:00
allow xdm_t xserver_t:process { signal signull };
2008-11-05 16:10:46 +00:00
allow xdm_t xserver_t:unix_stream_socket connectto;
2008-11-05 16:10:46 +00:00
allow xdm_t xserver_tmp_t:sock_file rw_sock_file_perms;
allow xdm_t xserver_tmp_t:dir { setattr list_dir_perms };
# transition to the xdm xserver
2008-11-05 16:10:46 +00:00
domtrans_pattern(xdm_t, xserver_exec_t, xserver_t)
2010-08-26 13:41:21 +00:00
ps_process_pattern(xserver_t, xdm_t)
2008-11-05 16:10:46 +00:00
allow xserver_t xdm_t:process signal;
allow xdm_t xserver_t:process { noatsecure siginh rlimitinh signal sigkill };
2008-11-05 16:10:46 +00:00
allow xdm_t xserver_t:shm rw_shm_perms;
2010-08-26 13:41:21 +00:00
read_files_pattern(xdm_t, xserver_t, xserver_t)
# connect to xdm xserver over stream socket
2009-06-26 14:40:13 +00:00
stream_connect_pattern(xdm_t, xserver_tmp_t, xserver_tmp_t, xserver_t)
# Remove /tmp/.X11-unix/X0.
2009-06-26 14:40:13 +00:00
delete_files_pattern(xdm_t, xserver_tmp_t, xserver_tmp_t)
delete_sock_files_pattern(xdm_t, xserver_tmp_t, xserver_tmp_t)
2010-08-26 13:41:21 +00:00
manage_dirs_pattern(xdm_t, xdm_log_t, xdm_log_t)
manage_files_pattern(xdm_t, xdm_log_t, xdm_log_t)
manage_fifo_files_pattern(xdm_t, xdm_log_t, xdm_log_t)
logging_log_filetrans(xdm_t, xdm_log_t, { dir file })
manage_dirs_pattern(xdm_t, xserver_log_t, xserver_log_t)
manage_files_pattern(xdm_t, xserver_log_t, xserver_log_t)
manage_fifo_files_pattern(xdm_t, xserver_log_t, xserver_log_t)
2006-01-30 22:51:35 +00:00
kernel_read_system_state(xdm_t)
2010-08-26 13:41:21 +00:00
kernel_read_device_sysctls(xdm_t)
kernel_read_kernel_sysctls(xdm_t)
kernel_read_net_sysctls(xdm_t)
kernel_read_network_state(xdm_t)
2010-08-26 13:41:21 +00:00
kernel_request_load_module(xdm_t)
kernel_stream_connect(xdm_t)
2006-01-30 22:51:35 +00:00
corecmd_exec_shell(xdm_t)
corecmd_exec_bin(xdm_t)
corenet_all_recvfrom_unlabeled(xdm_t)
corenet_all_recvfrom_netlabel(xdm_t)
2006-01-30 22:51:35 +00:00
corenet_tcp_sendrecv_generic_if(xdm_t)
corenet_udp_sendrecv_generic_if(xdm_t)
corenet_tcp_sendrecv_generic_node(xdm_t)
corenet_udp_sendrecv_generic_node(xdm_t)
2006-01-30 22:51:35 +00:00
corenet_tcp_sendrecv_all_ports(xdm_t)
corenet_udp_sendrecv_all_ports(xdm_t)
corenet_tcp_bind_generic_node(xdm_t)
corenet_udp_bind_generic_node(xdm_t)
2010-08-26 13:41:21 +00:00
corenet_udp_bind_ipp_port(xdm_t)
corenet_udp_bind_xdmcp_port(xdm_t)
2006-01-30 22:51:35 +00:00
corenet_tcp_connect_all_ports(xdm_t)
2006-05-30 19:46:34 +00:00
corenet_sendrecv_all_client_packets(xdm_t)
2006-01-30 22:51:35 +00:00
# xdm tries to bind to biff_port_t
corenet_dontaudit_tcp_bind_all_ports(xdm_t)
2010-08-26 13:41:21 +00:00
dev_rwx_zero(xdm_t)
2006-01-30 22:51:35 +00:00
dev_read_rand(xdm_t)
dev_rw_sysfs(xdm_t)
dev_getattr_framebuffer_dev(xdm_t)
dev_setattr_framebuffer_dev(xdm_t)
dev_getattr_mouse_dev(xdm_t)
dev_setattr_mouse_dev(xdm_t)
2006-01-30 22:51:35 +00:00
dev_rw_apm_bios(xdm_t)
2010-08-26 13:41:21 +00:00
dev_rw_input_dev(xdm_t)
dev_setattr_apm_bios_dev(xdm_t)
dev_rw_dri(xdm_t)
dev_rw_agp(xdm_t)
2006-01-30 22:51:35 +00:00
dev_getattr_xserver_misc_dev(xdm_t)
dev_setattr_xserver_misc_dev(xdm_t)
dev_getattr_misc_dev(xdm_t)
dev_setattr_misc_dev(xdm_t)
2006-01-30 22:51:35 +00:00
dev_dontaudit_rw_misc(xdm_t)
2010-08-26 13:41:21 +00:00
dev_read_video_dev(xdm_t)
dev_write_video_dev(xdm_t)
2006-01-30 22:51:35 +00:00
dev_setattr_video_dev(xdm_t)
dev_getattr_scanner_dev(xdm_t)
dev_setattr_scanner_dev(xdm_t)
2010-08-26 13:41:21 +00:00
dev_read_sound(xdm_t)
dev_write_sound(xdm_t)
dev_getattr_power_mgmt_dev(xdm_t)
dev_setattr_power_mgmt_dev(xdm_t)
2010-08-26 13:41:21 +00:00
dev_getattr_null_dev(xdm_t)
dev_setattr_null_dev(xdm_t)
2006-01-30 22:51:35 +00:00
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(xdm_t)
2006-01-30 22:51:35 +00:00
# Do not audit denied probes of /proc.
domain_dontaudit_read_all_domains_state(xdm_t)
2010-08-26 13:41:21 +00:00
domain_dontaudit_ptrace_all_domains(xdm_t)
domain_dontaudit_signal_all_domains(xdm_t)
2006-01-30 22:51:35 +00:00
files_read_etc_files(xdm_t)
files_read_var_files(xdm_t)
2006-01-30 22:51:35 +00:00
files_read_etc_runtime_files(xdm_t)
files_exec_etc_files(xdm_t)
files_list_mnt(xdm_t)
# Read /usr/share/terminfo/l/linux and /usr/share/icons/default/index.theme...
files_read_usr_files(xdm_t)
# Poweroff wants to create the /poweroff file when run from xdm
files_create_boot_flag(xdm_t)
2010-08-26 13:41:21 +00:00
files_dontaudit_getattr_boot_dirs(xdm_t)
files_dontaudit_write_usr_files(xdm_t)
files_dontaudit_getattr_all_dirs(xdm_t)
files_dontaudit_getattr_all_symlinks(xdm_t)
2006-01-30 22:51:35 +00:00
fs_getattr_all_fs(xdm_t)
fs_search_auto_mountpoints(xdm_t)
2010-08-26 13:41:21 +00:00
fs_rw_anon_inodefs_files(xdm_t)
fs_mount_tmpfs(xdm_t)
mls_socket_write_to_clearance(xdm_t)
2006-01-30 22:51:35 +00:00
storage_dontaudit_read_fixed_disk(xdm_t)
storage_dontaudit_write_fixed_disk(xdm_t)
2006-02-02 21:08:12 +00:00
storage_dontaudit_setattr_fixed_disk_dev(xdm_t)
2006-01-30 22:51:35 +00:00
storage_dontaudit_raw_read_removable_device(xdm_t)
storage_dontaudit_raw_write_removable_device(xdm_t)
2006-02-02 21:08:12 +00:00
storage_dontaudit_setattr_removable_dev(xdm_t)
2006-01-30 22:51:35 +00:00
storage_dontaudit_rw_scsi_generic(xdm_t)
2010-08-26 13:41:21 +00:00
storage_dontaudit_rw_fuse(xdm_t)
2006-01-30 22:51:35 +00:00
term_setattr_console(xdm_t)
2010-08-26 13:41:21 +00:00
term_use_console(xdm_t)
2006-02-02 21:08:12 +00:00
term_use_unallocated_ttys(xdm_t)
2006-01-30 22:51:35 +00:00
term_setattr_unallocated_ttys(xdm_t)
2010-08-26 13:41:21 +00:00
term_relabel_all_ttys(xdm_t)
term_relabel_unallocated_ttys(xdm_t)
2006-01-30 22:51:35 +00:00
auth_domtrans_pam_console(xdm_t)
2006-01-30 22:51:35 +00:00
auth_manage_pam_pid(xdm_t)
auth_manage_pam_console_data(xdm_t)
2010-08-26 13:41:21 +00:00
auth_signal_pam(xdm_t)
auth_rw_faillog(xdm_t)
auth_write_login_records(xdm_t)
2006-01-30 22:51:35 +00:00
# Run telinit->init to shutdown.
init_telinit(xdm_t)
2010-08-26 13:41:21 +00:00
init_dbus_chat(xdm_t)
2006-01-30 22:51:35 +00:00
libs_exec_lib_files(xdm_t)
logging_read_generic_logs(xdm_t)
2010-08-26 13:41:21 +00:00
miscfiles_search_man_pages(xdm_t)
2006-01-30 22:51:35 +00:00
miscfiles_read_localization(xdm_t)
miscfiles_read_fonts(xdm_t)
2010-08-26 13:41:21 +00:00
miscfiles_manage_fonts_cache(xdm_t)
miscfiles_manage_localization(xdm_t)
miscfiles_read_hwdata(xdm_t)
2006-01-30 22:51:35 +00:00
2006-02-20 21:33:25 +00:00
userdom_dontaudit_use_unpriv_user_fds(xdm_t)
2006-06-21 21:02:49 +00:00
userdom_create_all_users_keys(xdm_t)
2006-01-30 22:51:35 +00:00
# for .dmrc
2008-11-05 16:10:46 +00:00
userdom_read_user_home_content_files(xdm_t)
2006-01-30 22:51:35 +00:00
# Search /proc for any user domain processes.
2006-02-02 21:08:12 +00:00
userdom_read_all_users_state(xdm_t)
2006-01-30 22:51:35 +00:00
userdom_signal_all_users(xdm_t)
2010-08-26 13:41:21 +00:00
userdom_stream_connect(xdm_t)
userdom_manage_user_tmp_dirs(xdm_t)
userdom_manage_user_tmp_files(xdm_t)
userdom_manage_user_tmp_sockets(xdm_t)
userdom_manage_tmpfs_role(system_r, xdm_t)
application_signal(xdm_t)
2006-01-30 22:51:35 +00:00
2009-06-26 14:40:13 +00:00
xserver_rw_session(xdm_t, xdm_tmpfs_t)
2008-04-01 20:23:23 +00:00
xserver_unconfined(xdm_t)
2006-01-30 22:51:35 +00:00
tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_dirs(xdm_t)
fs_manage_nfs_files(xdm_t)
fs_manage_nfs_symlinks(xdm_t)
fs_exec_nfs_files(xdm_t)
2006-01-30 22:51:35 +00:00
')
tunable_policy(`use_samba_home_dirs',`
fs_manage_cifs_dirs(xdm_t)
fs_manage_cifs_files(xdm_t)
fs_manage_cifs_symlinks(xdm_t)
fs_exec_cifs_files(xdm_t)
2006-01-30 22:51:35 +00:00
')
tunable_policy(`xdm_sysadm_login',`
userdom_xsession_spec_domtrans_all_users(xdm_t)
# FIXME:
# xserver_rw_session_template(xdm,userdomain)
',`
userdom_xsession_spec_domtrans_unpriv_users(xdm_t)
# FIXME:
# xserver_rw_session_template(xdm,unpriv_userdomain)
2008-11-05 16:10:46 +00:00
# dontaudit xserver_t sysadm_t:shm { unix_read unix_write };
# allow xserver_t xdm_tmpfs_t:file rw_file_perms;
')
2010-08-26 13:41:21 +00:00
optional_policy(`
accountsd_read_lib_files(xdm_t)
')
optional_policy(`
alsa_domtrans(xdm_t)
2010-08-26 13:41:21 +00:00
alsa_read_rw_config(xdm_t)
')
2007-03-19 18:36:36 +00:00
optional_policy(`
consolekit_dbus_chat(xdm_t)
2010-08-26 13:41:21 +00:00
consolekit_read_log(xdm_t)
2007-03-19 18:36:36 +00:00
')
2006-04-03 19:49:47 +00:00
optional_policy(`
consoletype_exec(xdm_t)
2006-04-03 19:49:47 +00:00
')
2010-08-26 13:41:21 +00:00
optional_policy(`
# Use dbus to start other processes as xdm_t
dbus_role_template(xdm, system_r, xdm_t)
dontaudit xdm_dbusd_t xdm_var_lib_t:dir search_dir_perms;
xserver_xdm_append_log(xdm_dbusd_t)
xserver_read_xdm_pid(xdm_dbusd_t)
corecmd_bin_entry_type(xdm_t)
dbus_system_bus_client(xdm_t)
optional_policy(`
bluetooth_dbus_chat(xdm_t)
')
optional_policy(`
devicekit_dbus_chat_disk(xdm_t)
devicekit_dbus_chat_power(xdm_t)
')
optional_policy(`
hal_dbus_chat(xdm_t)
')
optional_policy(`
networkmanager_dbus_chat(xdm_t)
')
')
optional_policy(`
2006-01-30 22:51:35 +00:00
# Talk to the console mouse server.
gpm_stream_connect(xdm_t)
gpm_setattr_gpmctl(xdm_t)
')
2010-08-26 13:41:21 +00:00
optional_policy(`
gnome_manage_config(xdm_t)
gnome_manage_gconf_home_files(xdm_t)
gnome_read_config(xdm_t)
gnome_read_gconf_config(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
hostname_exec(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
loadkeys_exec(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
locallogin_signull(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
# Do not audit attempts to check whether user root has email
2006-02-02 21:08:12 +00:00
mta_dontaudit_getattr_spool_files(xdm_t)
2006-01-30 22:51:35 +00:00
')
2010-08-26 13:41:21 +00:00
optional_policy(`
policykit_dbus_chat(xdm_t)
policykit_domtrans_auth(xdm_t)
policykit_read_lib(xdm_t)
policykit_read_reload(xdm_t)
policykit_signal_auth(xdm_t)
')
optional_policy(`
pcscd_stream_connect(xdm_t)
')
optional_policy(`
plymouthd_search_spool(xdm_t)
plymouthd_exec_plymouth(xdm_t)
plymouthd_stream_connect(xdm_t)
2010-08-26 13:41:21 +00:00
')
optional_policy(`
pulseaudio_exec(xdm_t)
pulseaudio_dbus_chat(xdm_t)
pulseaudio_stream_connect(xdm_t)
')
2008-11-05 16:10:46 +00:00
optional_policy(`
resmgr_stream_connect(xdm_t)
')
2010-08-26 13:41:21 +00:00
# On crash gdm execs gdb to dump stack
optional_policy(`
rpm_exec(xdm_t)
rpm_read_db(xdm_t)
rpm_dontaudit_manage_db(xdm_t)
')
optional_policy(`
rtkit_scheduled(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
seutil_sigchld_newrole(xdm_t)
')
2010-08-26 13:41:21 +00:00
optional_policy(`
ssh_signull(xdm_t)
')
optional_policy(`
shutdown_domtrans(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
udev_read_db(xdm_t)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
unconfined_shell_domtrans(xdm_t)
unconfined_signal(xdm_t)
')
ifndef(`distro_redhat',`
allow xdm_t self:process { execheap execmem };
')
ifdef(`distro_rhel4',`
allow xdm_t self:process { execheap execmem };
')
optional_policy(`
2006-01-30 22:51:35 +00:00
userhelper_dontaudit_search_config(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
usermanage_read_crack_db(xdm_t)
')
2010-08-26 13:41:21 +00:00
optional_policy(`
wm_exec(xdm_t)
')
optional_policy(`
2006-01-30 22:51:35 +00:00
xfs_stream_connect(xdm_t)
')
2008-11-05 16:10:46 +00:00
########################################
#
# X server local policy
#
# X Object Manager rules
type_transition xserver_t xserver_t:x_drawable root_xdrawable_t;
type_transition xserver_t xserver_t:x_colormap root_xcolormap_t;
type_transition root_xdrawable_t input_xevent_t:x_event root_input_xevent_t;
allow xserver_t { root_xdrawable_t x_domain }:x_drawable send;
allow xserver_t input_xevent_t:x_event send;
2008-11-05 16:10:46 +00:00
# setuid/setgid for the wrapper program to change UID
# sys_rawio is for iopl access - should not be needed for frame-buffer
# sys_admin, locking shared mem? chowning IPC message queues or semaphores?
# admin of APM bios?
# sys_nice is so that the X server can set a negative nice value
# execheap needed until the X module loader is fixed.
# NVIDIA Needs execstack
2010-08-26 13:41:21 +00:00
allow xserver_t self:capability { dac_override fowner fsetid setgid setuid ipc_owner sys_ptrace sys_rawio sys_admin sys_nice sys_tty_config mknod net_bind_service };
2008-11-05 16:10:46 +00:00
dontaudit xserver_t self:capability chown;
allow xserver_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack execheap };
allow xserver_t self:fd use;
allow xserver_t self:fifo_file rw_fifo_file_perms;
allow xserver_t self:sock_file read_sock_file_perms;
allow xserver_t self:shm create_shm_perms;
allow xserver_t self:sem create_sem_perms;
allow xserver_t self:msgq create_msgq_perms;
allow xserver_t self:msg { send receive };
allow xserver_t self:unix_dgram_socket { create_socket_perms sendto };
allow xserver_t self:unix_stream_socket { create_stream_socket_perms connectto };
allow xserver_t self:tcp_socket create_stream_socket_perms;
allow xserver_t self:udp_socket create_socket_perms;
2010-08-26 13:41:21 +00:00
allow xserver_t self:netlink_selinux_socket create_socket_perms;
allow xserver_t self:netlink_kobject_uevent_socket create_socket_perms;
# Device rules
allow x_domain xserver_t:x_device { read getattr use setattr setfocus grab bell };
allow x_domain xserver_t:x_screen getattr;
allow xserver_t { input_xevent_t input_xevent_type }:x_event send;
domtrans_pattern(xserver_t, xauth_exec_t, xauth_t)
allow xserver_t xauth_home_t:file read_file_perms;
2008-11-05 16:10:46 +00:00
manage_dirs_pattern(xserver_t, xserver_tmp_t, xserver_tmp_t)
manage_files_pattern(xserver_t, xserver_tmp_t, xserver_tmp_t)
manage_sock_files_pattern(xserver_t, xserver_tmp_t, xserver_tmp_t)
files_tmp_filetrans(xserver_t, xserver_tmp_t, { file dir sock_file })
2009-06-26 14:40:13 +00:00
filetrans_pattern(xserver_t, xserver_tmp_t, xserver_tmp_t, sock_file)
2008-11-05 16:10:46 +00:00
manage_dirs_pattern(xserver_t, xserver_tmpfs_t, xserver_tmpfs_t)
manage_files_pattern(xserver_t, xserver_tmpfs_t, xserver_tmpfs_t)
manage_lnk_files_pattern(xserver_t, xserver_tmpfs_t, xserver_tmpfs_t)
manage_fifo_files_pattern(xserver_t, xserver_tmpfs_t, xserver_tmpfs_t)
manage_sock_files_pattern(xserver_t, xserver_tmpfs_t, xserver_tmpfs_t)
fs_tmpfs_filetrans(xserver_t, xserver_tmpfs_t, { dir file lnk_file sock_file fifo_file })
manage_files_pattern(xserver_t, xkb_var_lib_t, xkb_var_lib_t)
manage_lnk_files_pattern(xserver_t, xkb_var_lib_t, xkb_var_lib_t)
files_search_var_lib(xserver_t)
2010-08-26 13:41:21 +00:00
manage_dirs_pattern(xserver_t, xserver_var_lib_t, xserver_var_lib_t)
manage_files_pattern(xserver_t, xserver_var_lib_t, xserver_var_lib_t)
files_var_lib_filetrans(xserver_t, xserver_var_lib_t, dir)
manage_dirs_pattern(xserver_t, xserver_var_run_t, xserver_var_run_t)
manage_files_pattern(xserver_t, xserver_var_run_t, xserver_var_run_t)
manage_sock_files_pattern(xserver_t, xdm_var_run_t, xdm_var_run_t)
files_pid_filetrans(xserver_t, xserver_var_run_t, { file dir })
2008-11-05 16:10:46 +00:00
# Create files in /var/log with the xserver_log_t type.
manage_files_pattern(xserver_t, xserver_log_t, xserver_log_t)
2009-06-26 14:40:13 +00:00
logging_log_filetrans(xserver_t, xserver_log_t, file)
2010-08-26 13:41:21 +00:00
manage_files_pattern(xserver_t, xdm_log_t, xdm_log_t)
2008-11-05 16:10:46 +00:00
kernel_read_system_state(xserver_t)
kernel_read_device_sysctls(xserver_t)
kernel_read_modprobe_sysctls(xserver_t)
# Xorg wants to check if kernel is tainted
kernel_read_kernel_sysctls(xserver_t)
kernel_write_proc_files(xserver_t)
2010-08-26 13:41:21 +00:00
kernel_request_load_module(xserver_t)
2008-11-05 16:10:46 +00:00
# Run helper programs in xserver_t.
corecmd_exec_bin(xserver_t)
corecmd_exec_shell(xserver_t)
corenet_all_recvfrom_unlabeled(xserver_t)
corenet_all_recvfrom_netlabel(xserver_t)
corenet_tcp_sendrecv_generic_if(xserver_t)
corenet_udp_sendrecv_generic_if(xserver_t)
corenet_tcp_sendrecv_generic_node(xserver_t)
corenet_udp_sendrecv_generic_node(xserver_t)
2008-11-05 16:10:46 +00:00
corenet_tcp_sendrecv_all_ports(xserver_t)
corenet_udp_sendrecv_all_ports(xserver_t)
corenet_tcp_bind_generic_node(xserver_t)
2008-11-05 16:10:46 +00:00
corenet_tcp_bind_xserver_port(xserver_t)
corenet_tcp_connect_all_ports(xserver_t)
corenet_sendrecv_xserver_server_packets(xserver_t)
corenet_sendrecv_all_client_packets(xserver_t)
dev_rw_sysfs(xserver_t)
dev_rw_mouse(xserver_t)
dev_rw_mtrr(xserver_t)
dev_rw_apm_bios(xserver_t)
dev_rw_agp(xserver_t)
dev_rw_framebuffer(xserver_t)
dev_manage_dri_dev(xserver_t)
dev_create_generic_dirs(xserver_t)
dev_setattr_generic_dirs(xserver_t)
# raw memory access is needed if not using the frame buffer
dev_read_raw_memory(xserver_t)
dev_wx_raw_memory(xserver_t)
# for other device nodes such as the NVidia binary-only driver
dev_rw_xserver_misc(xserver_t)
# read events - the synaptics touchpad driver reads raw events
dev_rw_input_dev(xserver_t)
2010-08-26 13:41:21 +00:00
dev_read_raw_memory(xserver_t)
dev_write_raw_memory(xserver_t)
2008-11-05 16:10:46 +00:00
dev_rwx_zero(xserver_t)
2010-08-26 13:41:21 +00:00
domain_dontaudit_read_all_domains_state(xserver_t)
domain_signal_all_domains(xserver_t)
2008-11-05 16:10:46 +00:00
files_read_etc_files(xserver_t)
files_read_etc_runtime_files(xserver_t)
files_read_usr_files(xserver_t)
# brought on by rhgb
files_search_mnt(xserver_t)
# for nscd
files_dontaudit_search_pids(xserver_t)
fs_getattr_xattr_fs(xserver_t)
fs_search_nfs(xserver_t)
fs_search_auto_mountpoints(xserver_t)
fs_search_ramfs(xserver_t)
2010-08-26 13:41:21 +00:00
fs_rw_tmpfs_files(xserver_t)
2008-11-05 16:10:46 +00:00
mls_xwin_read_to_clearance(xserver_t)
2010-08-26 13:41:21 +00:00
mls_process_write_to_clearance(xserver_t)
mls_file_read_to_clearance(xserver_t)
mls_file_write_all_levels(xserver_t)
mls_file_upgrade(xserver_t)
2008-11-05 16:10:46 +00:00
selinux_validate_context(xserver_t)
selinux_compute_access_vector(xserver_t)
selinux_compute_create_context(xserver_t)
auth_use_nsswitch(xserver_t)
init_getpgid(xserver_t)
term_setattr_unallocated_ttys(xserver_t)
term_use_unallocated_ttys(xserver_t)
getty_use_fds(xserver_t)
locallogin_use_fds(xserver_t)
logging_send_syslog_msg(xserver_t)
logging_send_audit_msgs(xserver_t)
miscfiles_read_localization(xserver_t)
miscfiles_read_fonts(xserver_t)
2010-08-26 13:41:21 +00:00
miscfiles_read_hwdata(xserver_t)
2008-11-05 16:10:46 +00:00
modutils_domtrans_insmod(xserver_t)
# read x_contexts
seutil_read_default_contexts(xserver_t)
2010-08-26 13:41:21 +00:00
seutil_read_config(xserver_t)
seutil_read_file_contexts(xserver_t)
2008-11-05 16:10:46 +00:00
userdom_search_user_home_dirs(xserver_t)
userdom_use_user_ttys(xserver_t)
userdom_setattr_user_ttys(xserver_t)
userdom_rw_user_tmpfs_files(xserver_t)
xserver_use_user_fonts(xserver_t)
ifndef(`distro_redhat',`
allow xserver_t self:process { execmem execheap execstack };
domain_mmap_low_uncond(xserver_t)
2008-11-05 16:10:46 +00:00
')
ifdef(`distro_rhel4',`
allow xserver_t self:process { execmem execheap execstack };
')
ifdef(`enable_mls',`
range_transition xserver_t xserver_tmp_t:sock_file s0 - mls_systemhigh;
range_transition xserver_t xserver_t:x_drawable s0 - mls_systemhigh;
2008-11-05 16:10:46 +00:00
')
tunable_policy(`!xserver_object_manager',`
# should be xserver_unconfined(xserver_t),
# but typeattribute doesnt work in conditionals
allow xserver_t xserver_t:x_server *;
allow xserver_t { x_domain root_xdrawable_t }:x_drawable *;
2008-11-05 16:10:46 +00:00
allow xserver_t xserver_t:x_screen *;
allow xserver_t x_domain:x_gc *;
allow xserver_t { x_domain root_xcolormap_t }:x_colormap *;
2008-11-05 16:10:46 +00:00
allow xserver_t xproperty_type:x_property *;
allow xserver_t xselection_type:x_selection *;
allow xserver_t x_domain:x_cursor *;
allow xserver_t x_domain:x_client *;
2008-11-05 16:10:46 +00:00
allow xserver_t { x_domain xserver_t }:x_device *;
allow xserver_t { x_domain xserver_t }:x_pointer *;
allow xserver_t { x_domain xserver_t }:x_keyboard *;
2008-11-05 16:10:46 +00:00
allow xserver_t xextension_type:x_extension *;
allow xserver_t { x_domain xserver_t }:x_resource *;
allow xserver_t xevent_type:{ x_event x_synthetic_event } *;
')
optional_policy(`
apm_stream_connect(xserver_t)
')
optional_policy(`
auth_search_pam_console_data(xserver_t)
')
2010-08-26 13:41:21 +00:00
optional_policy(`
devicekit_signal_power(xserver_t)
')
2008-11-05 16:10:46 +00:00
optional_policy(`
rhgb_getpgid(xserver_t)
rhgb_signal(xserver_t)
')
optional_policy(`
2010-08-26 13:41:21 +00:00
setrans_translate_context(xserver_t)
')
optional_policy(`
sandbox_rw_xserver_tmpfs_files(xserver_t)
')
optional_policy(`
udev_read_db(xserver_t)
')
optional_policy(`
unconfined_domain(xserver_t)
2008-11-05 16:10:46 +00:00
unconfined_domtrans(xserver_t)
')
optional_policy(`
userhelper_search_config(xserver_t)
')
2010-08-30 15:15:53 +00:00
optional_policy(`
wine_rw_shm(xserver_t)
')
2008-11-05 16:10:46 +00:00
optional_policy(`
xfs_stream_connect(xserver_t)
')
2006-01-30 22:51:35 +00:00
########################################
#
# XDM Xserver local policy
#
2008-11-05 16:10:46 +00:00
# cjp: when xdm is configurable via tunable these
# rules will be enabled only when xdm is enabled
2006-01-30 22:51:35 +00:00
2008-11-05 16:10:46 +00:00
allow xserver_t xdm_t:process { signal getpgid };
allow xserver_t xdm_t:shm rw_shm_perms;
2006-02-07 21:48:00 +00:00
2008-11-05 16:10:46 +00:00
# NB we do NOT allow xserver_t xdm_var_lib_t:dir, only access to an open
2006-02-07 21:48:00 +00:00
# handle of a file inside the dir!!!
2010-08-26 13:41:21 +00:00
allow xserver_t xdm_var_lib_t:file read_file_perms;
2008-11-05 16:10:46 +00:00
dontaudit xserver_t xdm_var_lib_t:dir search;
2006-01-30 22:51:35 +00:00
2010-08-26 13:41:21 +00:00
read_files_pattern(xserver_t, xdm_var_run_t, xdm_var_run_t)
2006-01-30 22:51:35 +00:00
2006-02-07 21:48:00 +00:00
# Label pid and temporary files with derived types.
2008-11-05 16:10:46 +00:00
manage_files_pattern(xserver_t, xdm_tmp_t, xdm_tmp_t)
manage_lnk_files_pattern(xserver_t, xdm_tmp_t, xdm_tmp_t)
manage_sock_files_pattern(xserver_t, xdm_tmp_t, xdm_tmp_t)
2006-01-30 22:51:35 +00:00
2006-02-07 21:48:00 +00:00
# Run xkbcomp.
2008-11-05 16:10:46 +00:00
allow xserver_t xkb_var_lib_t:lnk_file read;
can_exec(xserver_t, xkb_var_lib_t)
2006-01-30 22:51:35 +00:00
2006-02-07 21:48:00 +00:00
# VNC v4 module in X server
2008-11-05 16:10:46 +00:00
corenet_tcp_bind_vnc_port(xserver_t)
2006-01-30 22:51:35 +00:00
2008-11-05 16:10:46 +00:00
init_use_fds(xserver_t)
2006-01-30 22:51:35 +00:00
# FIXME: After per user fonts are properly working
2008-11-05 16:10:46 +00:00
# xserver_t may no longer have any reason
# to read ROLE_home_t - examine this in more detail
# (xauth?)
2008-11-05 16:10:46 +00:00
userdom_read_user_home_content_files(xserver_t)
2010-08-26 13:41:21 +00:00
userdom_read_all_users_state(xserver_t)
xserver_use_user_fonts(xserver_t)
optional_policy(`
userhelper_search_config(xserver_t)
')
2006-02-07 21:48:00 +00:00
tunable_policy(`use_nfs_home_dirs',`
2008-11-05 16:10:46 +00:00
fs_manage_nfs_dirs(xserver_t)
fs_manage_nfs_files(xserver_t)
fs_manage_nfs_symlinks(xserver_t)
2006-02-07 21:48:00 +00:00
')
tunable_policy(`use_samba_home_dirs',`
2008-11-05 16:10:46 +00:00
fs_manage_cifs_dirs(xserver_t)
fs_manage_cifs_files(xserver_t)
fs_manage_cifs_symlinks(xserver_t)
2006-02-07 21:48:00 +00:00
')
2006-01-30 22:51:35 +00:00
optional_policy(`
2008-11-05 16:10:46 +00:00
dbus_system_bus_client(xserver_t)
2010-08-26 13:41:21 +00:00
optional_policy(`
hal_dbus_chat(xserver_t)
')
')
optional_policy(`
2010-08-26 13:41:21 +00:00
mono_rw_shm(xserver_t)
')
optional_policy(`
2008-11-05 16:10:46 +00:00
rhgb_rw_shm(xserver_t)
rhgb_rw_tmpfs_files(xserver_t)
')
2008-11-05 16:10:46 +00:00
########################################
#
# Rules common to all X window domains
#
2008-11-05 16:10:46 +00:00
# Hacks
# everyone can do override-redirect windows.
# this could be used to spoof labels
allow x_domain self:x_drawable override;
# firefox gets nosy with other people's windows
allow x_domain x_domain:x_drawable { list_child receive };
2008-11-05 16:10:46 +00:00
# X Server
# can get X server attributes
allow x_domain xserver_t:x_server getattr;
# can grab the server
allow x_domain xserver_t:x_server grab;
# can read and write server-owned generic resources
allow x_domain xserver_t:x_resource { read write };
2008-11-05 16:10:46 +00:00
# can mess with own clients
allow x_domain self:x_client { getattr manage destroy };
2008-11-05 16:10:46 +00:00
# X Protocol Extensions
allow x_domain xextension_t:x_extension { query use };
allow x_domain security_xextension_t:x_extension { query use };
2008-11-05 16:10:46 +00:00
# X Properties
# can change properties of root window
allow x_domain root_xdrawable_t:x_drawable { list_property get_property set_property };
# can change properties of my own windows
2008-11-05 16:10:46 +00:00
allow x_domain self:x_drawable { list_property get_property set_property };
# can read and write cut buffers
allow x_domain clipboard_xproperty_t:x_property { create read write append };
# can read security labels
allow x_domain seclabel_xproperty_t:x_property { getattr read };
# can change all other properties
allow x_domain xproperty_t:x_property { getattr create read write append destroy };
2008-11-05 16:10:46 +00:00
# X Windows
# operations allowed on root windows
allow x_domain root_xdrawable_t:x_drawable { getattr setattr list_child add_child remove_child send receive hide show };
2008-11-05 16:10:46 +00:00
# operations allowed on my windows
allow x_domain self:x_drawable { create destroy getattr setattr read write show hide list_child add_child remove_child manage send receive };
allow x_domain self:x_drawable { blend };
# operations allowed on all windows
allow x_domain x_domain:x_drawable { getattr get_property set_property remove_child };
2008-11-05 16:10:46 +00:00
# X Colormaps
# can use the default colormap
allow x_domain root_xcolormap_t:x_colormap { read use add_color remove_color install uninstall };
# can create and use colormaps
allow x_domain self:x_colormap *;
# X Devices
# operations allowed on my own devices
allow x_domain self:{ x_device x_pointer x_keyboard } *;
# operations allowed on generic devices
allow x_domain xserver_t:x_device { use getattr setattr getfocus setfocus bell grab freeze force_cursor };
# operations allowed on core keyboard
allow x_domain xserver_t:x_keyboard { use getattr setattr getfocus setfocus bell grab };
# operations allowed on core pointer
allow x_domain xserver_t:x_pointer { read use getattr setattr getfocus setfocus bell grab freeze force_cursor };
# all devices can generate input events
allow x_domain root_xdrawable_t:x_drawable send;
allow x_domain x_domain:x_drawable send;
allow x_domain input_xevent_t:x_event send;
# dontaudit keyloggers repeatedly polling
#dontaudit x_domain xserver_t:x_keyboard read;
2008-11-05 16:10:46 +00:00
# X Input
# can receive default events
allow x_domain xevent_t:{ x_event x_synthetic_event } receive;
# can receive ICCCM events
allow x_domain client_xevent_t:{ x_event x_synthetic_event } receive;
2008-11-05 16:10:46 +00:00
# can send ICCCM events to the root window
allow x_domain client_xevent_t:x_synthetic_event send;
# can receive root window input events
allow x_domain root_input_xevent_t:x_event receive;
2008-11-05 16:10:46 +00:00
# X Selections
# can use the clipboard
allow x_domain clipboard_xselection_t:x_selection { getattr setattr read };
# can use default selections
allow x_domain xselection_t:x_selection { getattr setattr read };
2008-11-05 16:10:46 +00:00
# Other X Objects
# can create and use cursors
allow x_domain self:x_cursor *;
# can create and use graphics contexts
allow x_domain self:x_gc *;
# can read and write own objects
allow x_domain self:x_resource { read write };
# can mess with the screensaver
allow x_domain xserver_t:x_screen { getattr saver_getattr };
########################################
#
# Rules for unconfined access to this module
#
2008-11-05 16:10:46 +00:00
tunable_policy(`! xserver_object_manager',`
# should be xserver_unconfined(x_domain),
# but typeattribute doesnt work in conditionals
allow x_domain xserver_t:x_server *;
allow x_domain xdrawable_type:x_drawable *;
2008-11-05 16:10:46 +00:00
allow x_domain xserver_t:x_screen *;
allow x_domain x_domain:x_gc *;
allow x_domain xcolormap_type:x_colormap *;
2008-11-05 16:10:46 +00:00
allow x_domain xproperty_type:x_property *;
allow x_domain xselection_type:x_selection *;
allow x_domain x_domain:x_cursor *;
allow x_domain x_domain:x_client *;
2008-11-05 16:10:46 +00:00
allow x_domain { x_domain xserver_t }:x_device *;
allow x_domain { x_domain xserver_t }:x_pointer *;
allow x_domain { x_domain xserver_t }:x_keyboard *;
2008-11-05 16:10:46 +00:00
allow x_domain xextension_type:x_extension *;
allow x_domain { x_domain xserver_t }:x_resource *;
allow x_domain xevent_type:{ x_event x_synthetic_event } *;
')
2008-11-05 16:10:46 +00:00
allow xserver_unconfined_type xserver_t:x_server *;
allow xserver_unconfined_type xdrawable_type:x_drawable *;
2008-11-05 16:10:46 +00:00
allow xserver_unconfined_type xserver_t:x_screen *;
2008-04-01 20:23:23 +00:00
allow xserver_unconfined_type x_domain:x_gc *;
allow xserver_unconfined_type xcolormap_type:x_colormap *;
2008-04-01 20:23:23 +00:00
allow xserver_unconfined_type xproperty_type:x_property *;
allow xserver_unconfined_type xselection_type:x_selection *;
allow xserver_unconfined_type x_domain:x_cursor *;
allow xserver_unconfined_type x_domain:x_client *;
2008-11-05 16:10:46 +00:00
allow xserver_unconfined_type { x_domain xserver_t }:x_device *;
allow xserver_unconfined_type { x_domain xserver_t }:x_pointer *;
allow xserver_unconfined_type { x_domain xserver_t }:x_keyboard *;
2008-04-01 20:23:23 +00:00
allow xserver_unconfined_type xextension_type:x_extension *;
2008-11-05 16:10:46 +00:00
allow xserver_unconfined_type { x_domain xserver_t }:x_resource *;
2008-04-01 20:23:23 +00:00
allow xserver_unconfined_type xevent_type:{ x_event x_synthetic_event } *;
2010-08-26 13:41:21 +00:00
optional_policy(`
unconfined_rw_shm(xserver_t)
unconfined_execmem_rw_shm(xserver_t)
# xserver signals unconfined user on startx
unconfined_signal(xserver_t)
unconfined_getpgid(xserver_t)
')
tunable_policy(`allow_xserver_execmem',`
allow xserver_t self:process { execheap execmem execstack };
')
# Hack to handle the problem of using the nvidia blobs
tunable_policy(`allow_execmem',`
allow xdm_t self:process execmem;
')
tunable_policy(`allow_execstack',`
allow xdm_t self:process { execstack execmem };
')
tunable_policy(`use_nfs_home_dirs',`
fs_append_nfs_files(xdmhomewriter)
')
tunable_policy(`use_samba_home_dirs',`
fs_append_cifs_files(xdmhomewriter)
')