aboutsummaryrefslogtreecommitdiff
blob: e20782399454e37b02f84e19477bcc0044c96469 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
policy_module(howl, 1.9.1)

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

type howl_t;
type howl_exec_t;
application_executable_file(howl_exec_t)
init_daemon_domain(howl_t, howl_exec_t)

type howl_initrc_exec_t;
init_script_file(howl_initrc_exec_t)

type howl_var_run_t;
files_pid_file(howl_var_run_t)

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

allow howl_t self:capability { kill net_admin };
dontaudit howl_t self:capability sys_tty_config;
allow howl_t self:process signal_perms;
allow howl_t self:fifo_file rw_fifo_file_perms;
allow howl_t self:tcp_socket { accept listen };

manage_files_pattern(howl_t, howl_var_run_t, howl_var_run_t)
files_pid_filetrans(howl_t, howl_var_run_t, file)

kernel_read_network_state(howl_t)
kernel_read_kernel_sysctls(howl_t)
kernel_request_load_module(howl_t)
kernel_list_proc(howl_t)
kernel_read_proc_symlinks(howl_t)

corenet_all_recvfrom_unlabeled(howl_t)
corenet_all_recvfrom_netlabel(howl_t)
corenet_tcp_sendrecv_generic_if(howl_t)
corenet_udp_sendrecv_generic_if(howl_t)
corenet_tcp_sendrecv_generic_node(howl_t)
corenet_udp_sendrecv_generic_node(howl_t)
corenet_tcp_bind_generic_node(howl_t)
corenet_udp_bind_generic_node(howl_t)

corenet_sendrecv_howl_server_packets(howl_t)
corenet_tcp_bind_howl_port(howl_t)
corenet_tcp_sendrecv_howl_port(howl_t)
corenet_udp_bind_howl_port(howl_t)
corenet_udp_sendrecv_howl_port(howl_t)

dev_read_sysfs(howl_t)

fs_getattr_all_fs(howl_t)
fs_search_auto_mountpoints(howl_t)

domain_use_interactive_fds(howl_t)

auth_use_nsswitch(howl_t)

init_read_utmp(howl_t)
init_dontaudit_write_utmp(howl_t)

logging_send_syslog_msg(howl_t)

miscfiles_read_localization(howl_t)

userdom_dontaudit_use_unpriv_user_fds(howl_t)
userdom_dontaudit_search_user_home_dirs(howl_t)

optional_policy(`
	seutil_sigchld_newrole(howl_t)
')

optional_policy(`
	udev_read_db(howl_t)
')