aboutsummaryrefslogtreecommitdiff
blob: b21e2ffa2142bff7f5d76379dd36c1589569ccaf (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
policy_module(setroubleshoot)

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

type setroubleshootd_t alias setroubleshoot_t;
type setroubleshootd_exec_t;
init_system_domain(setroubleshootd_t, setroubleshootd_exec_t)

type setroubleshoot_fixit_t;
type setroubleshoot_fixit_exec_t;
init_system_domain(setroubleshoot_fixit_t, setroubleshoot_fixit_exec_t)

type setroubleshoot_runtime_t alias setroubleshoot_var_run_t;
files_runtime_file(setroubleshoot_runtime_t)

type setroubleshoot_var_lib_t;
files_type(setroubleshoot_var_lib_t)

type setroubleshoot_var_log_t;
logging_log_file(setroubleshoot_var_log_t)

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

allow setroubleshootd_t self:capability { dac_override sys_nice sys_ptrace sys_tty_config };
allow setroubleshootd_t self:process { getattr getsched setsched sigkill signull signal execmem execstack };
allow setroubleshootd_t self:fifo_file rw_fifo_file_perms;
allow setroubleshootd_t self:tcp_socket { accept listen };
allow setroubleshootd_t self:unix_stream_socket { accept connectto listen };

allow setroubleshootd_t setroubleshoot_var_lib_t:dir setattr_dir_perms;
manage_files_pattern(setroubleshootd_t, setroubleshoot_var_lib_t, setroubleshoot_var_lib_t)
files_var_lib_filetrans(setroubleshootd_t, setroubleshoot_var_lib_t, { file dir })

allow setroubleshootd_t setroubleshoot_var_log_t:dir setattr_dir_perms;
append_files_pattern(setroubleshootd_t, setroubleshoot_var_log_t, setroubleshoot_var_log_t)
create_files_pattern(setroubleshootd_t, setroubleshoot_var_log_t, setroubleshoot_var_log_t)
setattr_files_pattern(setroubleshootd_t, setroubleshoot_var_log_t, setroubleshoot_var_log_t)
manage_sock_files_pattern(setroubleshootd_t, setroubleshoot_var_log_t, setroubleshoot_var_log_t)
logging_log_filetrans(setroubleshootd_t, setroubleshoot_var_log_t, { file dir })

manage_dirs_pattern(setroubleshootd_t, setroubleshoot_runtime_t, setroubleshoot_runtime_t)
manage_files_pattern(setroubleshootd_t, setroubleshoot_runtime_t, setroubleshoot_runtime_t)
manage_sock_files_pattern(setroubleshootd_t, setroubleshoot_runtime_t, setroubleshoot_runtime_t)
files_runtime_filetrans(setroubleshootd_t, setroubleshoot_runtime_t, { file sock_file dir })

kernel_read_kernel_sysctls(setroubleshootd_t)
kernel_read_system_state(setroubleshootd_t)
kernel_read_net_sysctls(setroubleshootd_t)
kernel_read_network_state(setroubleshootd_t)
kernel_dontaudit_list_all_proc(setroubleshootd_t)
kernel_read_irq_sysctls(setroubleshootd_t)
kernel_read_unlabeled_state(setroubleshootd_t)

corecmd_exec_bin(setroubleshootd_t)
corecmd_exec_shell(setroubleshootd_t)
corecmd_read_all_executables(setroubleshootd_t)

corenet_all_recvfrom_netlabel(setroubleshootd_t)
corenet_tcp_sendrecv_generic_if(setroubleshootd_t)
corenet_tcp_sendrecv_generic_node(setroubleshootd_t)

corenet_sendrecv_smtp_client_packets(setroubleshootd_t)
corenet_tcp_connect_smtp_port(setroubleshootd_t)

dev_read_urand(setroubleshootd_t)
dev_read_sysfs(setroubleshootd_t)
dev_getattr_all_blk_files(setroubleshootd_t)
dev_getattr_all_chr_files(setroubleshootd_t)
dev_getattr_mtrr_dev(setroubleshootd_t)

domain_dontaudit_search_all_domains_state(setroubleshootd_t)
domain_signull_all_domains(setroubleshootd_t)

files_read_usr_files(setroubleshootd_t)
files_list_all(setroubleshootd_t)
files_getattr_all_files(setroubleshootd_t)
files_getattr_all_pipes(setroubleshootd_t)
files_getattr_all_sockets(setroubleshootd_t)
files_read_all_symlinks(setroubleshootd_t)
files_read_mnt_files(setroubleshootd_t)

fs_getattr_all_dirs(setroubleshootd_t)
fs_getattr_all_files(setroubleshootd_t)
fs_read_fusefs_symlinks(setroubleshootd_t)
fs_list_inotifyfs(setroubleshootd_t)
fs_dontaudit_read_nfs_files(setroubleshootd_t)
fs_dontaudit_read_cifs_files(setroubleshootd_t)

selinux_get_enforce_mode(setroubleshootd_t)
selinux_validate_context(setroubleshootd_t)
selinux_read_policy(setroubleshootd_t)

term_dontaudit_use_all_ptys(setroubleshootd_t)
term_dontaudit_use_all_ttys(setroubleshootd_t)

mls_dbus_recv_all_levels(setroubleshootd_t)

auth_use_nsswitch(setroubleshootd_t)

init_read_utmp(setroubleshootd_t)
init_dontaudit_write_utmp(setroubleshootd_t)

libs_exec_ld_so(setroubleshootd_t)

locallogin_dontaudit_use_fds(setroubleshootd_t)

logging_send_audit_msgs(setroubleshootd_t)
logging_send_syslog_msg(setroubleshootd_t)
logging_stream_connect_dispatcher(setroubleshootd_t)

miscfiles_read_localization(setroubleshootd_t)

seutil_read_config(setroubleshootd_t)
seutil_read_file_contexts(setroubleshootd_t)
seutil_read_bin_policy(setroubleshootd_t)

userdom_dontaudit_read_user_home_content_files(setroubleshootd_t)

optional_policy(`
	dbus_system_domain(setroubleshootd_t, setroubleshootd_exec_t)

	optional_policy(`
		abrt_dbus_chat(setroubleshootd_t)
	')
')

optional_policy(`
	locate_read_lib_files(setroubleshootd_t)
')

optional_policy(`
	modutils_read_module_config(setroubleshootd_t)
')

optional_policy(`
	rpm_exec(setroubleshootd_t)
	rpm_signull(setroubleshootd_t)
	rpm_read_db(setroubleshootd_t)
	rpm_dontaudit_manage_db(setroubleshootd_t)
	rpm_use_script_fds(setroubleshootd_t)
')

########################################
#
# Fixit local policy
#

allow setroubleshoot_fixit_t self:capability sys_nice;
allow setroubleshoot_fixit_t self:process { setsched getsched };
allow setroubleshoot_fixit_t self:fifo_file rw_fifo_file_perms;

allow setroubleshoot_fixit_t setroubleshootd_t:process signull;

setroubleshoot_stream_connect(setroubleshoot_fixit_t)

kernel_read_system_state(setroubleshoot_fixit_t)

corecmd_exec_bin(setroubleshoot_fixit_t)
corecmd_exec_shell(setroubleshoot_fixit_t)
corecmd_getattr_all_executables(setroubleshoot_fixit_t)

seutil_domtrans_setfiles(setroubleshoot_fixit_t)

files_read_usr_files(setroubleshoot_fixit_t)
files_list_tmp(setroubleshoot_fixit_t)

auth_use_nsswitch(setroubleshoot_fixit_t)

logging_send_audit_msgs(setroubleshoot_fixit_t)
logging_send_syslog_msg(setroubleshoot_fixit_t)

miscfiles_read_localization(setroubleshoot_fixit_t)

userdom_read_all_users_state(setroubleshoot_fixit_t)
userdom_signull_unpriv_users(setroubleshoot_fixit_t)

optional_policy(`
	dbus_system_domain(setroubleshoot_fixit_t, setroubleshoot_fixit_exec_t)
	setroubleshoot_dbus_chat(setroubleshoot_fixit_t)

	optional_policy(`
		policykit_dbus_chat(setroubleshoot_fixit_t)
	')
')

optional_policy(`
	rpm_signull(setroubleshoot_fixit_t)
	rpm_read_db(setroubleshoot_fixit_t)
	rpm_dontaudit_manage_db(setroubleshoot_fixit_t)
	rpm_use_script_fds(setroubleshoot_fixit_t)
')