]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - policy/modules/services/gpm.te
trunk: additional open fixes.
[people/stevee/selinux-policy.git] / policy / modules / services / gpm.te
CommitLineData
f862c35c 1
cfcf5004 2policy_module(gpm, 1.5.0)
f862c35c
CP
3
4########################################
5#
6# Declarations
7#
8
9type gpm_t;
10type gpm_exec_t;
0bfccda4 11init_daemon_domain(gpm_t, gpm_exec_t)
f862c35c
CP
12
13type gpm_conf_t;
14files_type(gpm_conf_t)
15
16type gpm_tmp_t;
17files_tmp_file(gpm_tmp_t)
18
19type gpm_var_run_t;
20files_pid_file(gpm_var_run_t)
21
22type gpmctl_t;
23files_type(gpmctl_t)
24
25########################################
26#
27# Local policy
28#
29
30allow gpm_t self:capability { setuid dac_override sys_admin sys_tty_config };
9cca1cd5 31allow gpm_t self:unix_stream_socket create_stream_socket_perms;
f862c35c 32
c0868a7a 33allow gpm_t gpm_conf_t:dir list_dir_perms;
0bfccda4
CP
34read_files_pattern(gpm_t, gpm_conf_t, gpm_conf_t)
35read_lnk_files_pattern(gpm_t, gpm_conf_t, gpm_conf_t)
f862c35c 36
0bfccda4
CP
37manage_dirs_pattern(gpm_t, gpm_tmp_t, gpm_tmp_t)
38manage_files_pattern(gpm_t, gpm_tmp_t, gpm_tmp_t)
103fe280 39files_tmp_filetrans(gpm_t, gpm_tmp_t, { file dir })
f862c35c 40
c0868a7a 41allow gpm_t gpm_var_run_t:file manage_file_perms;
1c1ac67f 42files_pid_filetrans(gpm_t,gpm_var_run_t,file)
f862c35c 43
cbe82b17
CP
44allow gpm_t gpmctl_t:sock_file manage_sock_file_perms;
45allow gpm_t gpmctl_t:fifo_file manage_fifo_file_perms;
0bfccda4 46dev_filetrans(gpm_t, gpmctl_t, { sock_file fifo_file })
f862c35c 47
445522dc 48kernel_read_kernel_sysctls(gpm_t)
f862c35c
CP
49kernel_list_proc(gpm_t)
50kernel_read_proc_symlinks(gpm_t)
51
52dev_read_sysfs(gpm_t)
53# Access the mouse.
8cfa5a00 54dev_rw_input_dev(gpm_t)
4ac451f1 55dev_rw_mouse(gpm_t)
f862c35c
CP
56
57fs_getattr_all_fs(gpm_t)
58fs_search_auto_mountpoints(gpm_t)
59
1815bad1 60term_use_unallocated_ttys(gpm_t)
f862c35c 61
15722ec9 62domain_use_interactive_fds(gpm_t)
f862c35c 63
f862c35c
CP
64logging_send_syslog_msg(gpm_t)
65
66miscfiles_read_localization(gpm_t)
67
15722ec9 68userdom_dontaudit_use_unpriv_user_fds(gpm_t)
e9c6cda7
CP
69
70sysadm_dontaudit_search_home_dirs(gpm_t)
f862c35c 71
bb7170f6 72optional_policy(`
f862c35c
CP
73 seutil_sigchld_newrole(gpm_t)
74')
75
bb7170f6 76optional_policy(`
f862c35c
CP
77 udev_read_db(gpm_t)
78')