We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8348287 commit 91e923aCopy full SHA for 91e923a
2 files changed
policy/modules/contrib/dracut.fc
@@ -3,5 +3,7 @@
3
#
4
# /usr
5
6
+/usr/lib/dracut gen_context(system_u:object_r:dracut_data_t,s0)
7
+/usr/lib/dracut(/.*)? -- gen_context(system_u:object_r:dracut_data_t,s0)
8
/usr/sbin/dracut -- gen_context(system_u:object_r:dracut_exec_t,s0)
9
/usr/bin/dracut -- gen_context(system_u:object_r:dracut_exec_t,s0)
policy/modules/contrib/dracut.te
@@ -7,6 +7,9 @@ application_domain(dracut_t, dracut_exec_t)
type dracut_conf_t;
files_config_file(dracut_conf_t)
10
+type dracut_data_t;
11
+files_type(dracut_data_t)
12
+
13
type dracut_var_log_t;
14
logging_log_file(dracut_var_log_t)
15
0 commit comments