We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e923a commit 5f184e2Copy full SHA for 5f184e2
1 file changed
policy/modules/contrib/dracut.te
@@ -16,6 +16,9 @@ logging_log_file(dracut_var_log_t)
16
type dracut_tmp_t;
17
files_tmp_file(dracut_tmp_t)
18
19
+attribute_role dracut_roles;
20
+role dracut_roles types dracut_t;
21
+
22
########################################
23
#
24
# Local policy
@@ -68,7 +71,7 @@ files_unconfined(dracut_t)
68
71
69
72
fs_getattr_xattr_fs(dracut_t)
70
73
-libs_exec_ldconfig(dracut_t)
74
+libs_run_ldconfig(dracut_t, dracut_roles)
75
libs_exec_ld_so(dracut_t)
76
libs_exec_lib_files(dracut_t)
77
0 commit comments