summaryrefslogtreecommitdiff
path: root/policy/modules/services/openct.te
blob: 638508a1a380ff12c52b32e67bc8053b6900ce73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

policy_module(openct, 1.3.1)

########################################
#
# Declarations
#

type openct_t;
type openct_exec_t;
init_daemon_domain(openct_t, openct_exec_t)

type openct_var_run_t;
files_pid_file(openct_var_run_t)

########################################
#
# Local policy
#

dontaudit openct_t self:capability sys_tty_config;
allow openct_t self:process signal_perms;

manage_files_pattern(openct_t, openct_var_run_t, openct_var_run_t)
manage_sock_files_pattern(openct_t, openct_var_run_t, openct_var_run_t)
files_pid_filetrans(openct_t, openct_var_run_t, { file sock_file })

kernel_read_kernel_sysctls(openct_t)
kernel_list_proc(openct_t)
kernel_read_proc_symlinks(openct_t)

dev_read_sysfs(openct_t)
# openct asks for this
dev_rw_usbfs(openct_t)
dev_rw_smartcard(openct_t)
dev_rw_generic_usb_dev(openct_t)

domain_use_interactive_fds(openct_t)

# openct asks for this
files_read_etc_files(openct_t)

fs_getattr_all_fs(openct_t)
fs_search_auto_mountpoints(openct_t)

logging_send_syslog_msg(openct_t)

miscfiles_read_localization(openct_t)

userdom_dontaudit_use_unpriv_user_fds(openct_t)
userdom_dontaudit_search_user_home_dirs(openct_t)

openct_exec(openct_t)

optional_policy(`
	seutil_sigchld_newrole(openct_t)
')

optional_policy(`
	udev_read_db(openct_t)
')