Chris PeBenito 9401ae1
policy_module(gpm, 1.8.0)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
########################################
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
# Declarations
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type gpm_t;
Chris PeBenito 9401ae1
type gpm_exec_t;
Chris PeBenito 9401ae1
init_daemon_domain(gpm_t, gpm_exec_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type gpm_conf_t;
Chris PeBenito 9401ae1
files_type(gpm_conf_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type gpm_tmp_t;
Chris PeBenito 9401ae1
files_tmp_file(gpm_tmp_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type gpm_var_run_t;
Chris PeBenito 9401ae1
files_pid_file(gpm_var_run_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type gpmctl_t;
Chris PeBenito 9401ae1
files_type(gpmctl_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
########################################
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
# Local policy
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow gpm_t self:capability { setpcap setuid dac_override sys_admin sys_tty_config };
Chris PeBenito 9401ae1
allow gpm_t self:process { getcap setcap };
Chris PeBenito 9401ae1
allow gpm_t self:unix_stream_socket create_stream_socket_perms;
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow gpm_t gpm_conf_t:dir list_dir_perms;
Chris PeBenito 9401ae1
read_files_pattern(gpm_t, gpm_conf_t, gpm_conf_t)
Chris PeBenito 9401ae1
read_lnk_files_pattern(gpm_t, gpm_conf_t, gpm_conf_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
manage_dirs_pattern(gpm_t, gpm_tmp_t, gpm_tmp_t)
Chris PeBenito 9401ae1
manage_files_pattern(gpm_t, gpm_tmp_t, gpm_tmp_t)
Chris PeBenito 9401ae1
files_tmp_filetrans(gpm_t, gpm_tmp_t, { file dir })
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow gpm_t gpm_var_run_t:file manage_file_perms;
Chris PeBenito 9401ae1
files_pid_filetrans(gpm_t, gpm_var_run_t, file)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow gpm_t gpmctl_t:sock_file manage_sock_file_perms;
Chris PeBenito 9401ae1
allow gpm_t gpmctl_t:fifo_file manage_fifo_file_perms;
Chris PeBenito 9401ae1
dev_filetrans(gpm_t, gpmctl_t, { sock_file fifo_file })
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
kernel_read_kernel_sysctls(gpm_t)
Chris PeBenito 9401ae1
kernel_list_proc(gpm_t)
Chris PeBenito 9401ae1
kernel_read_proc_symlinks(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
dev_read_sysfs(gpm_t)
Chris PeBenito 9401ae1
# Access the mouse.
Chris PeBenito 9401ae1
dev_rw_input_dev(gpm_t)
Chris PeBenito 9401ae1
dev_rw_mouse(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
files_read_etc_files(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
fs_getattr_all_fs(gpm_t)
Chris PeBenito 9401ae1
fs_search_auto_mountpoints(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
term_use_unallocated_ttys(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
domain_use_interactive_fds(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
logging_send_syslog_msg(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
miscfiles_read_localization(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
userdom_dontaudit_use_unpriv_user_fds(gpm_t)
Chris PeBenito 9401ae1
userdom_dontaudit_search_user_home_dirs(gpm_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	seutil_sigchld_newrole(gpm_t)
Chris PeBenito 9401ae1
')
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	udev_read_db(gpm_t)
Chris PeBenito 9401ae1
')