From b07f7b44959cbff1d1c9e923e3aae95f859ed36e Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 24 May 2019 14:38:51 -0400 Subject: [PATCH] systemd: modules-load updates. Signed-off-by: Chris PeBenito --- policy/modules/system/systemd.te | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 29d5d4fc0..a08ee7859 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -623,11 +623,14 @@ optional_policy(` # modules-load local policy # -files_load_kernel_modules(systemd_modules_load_t) +kernel_load_module(systemd_modules_load_t) + files_read_etc_files(systemd_modules_load_t) -init_read_state(systemd_modules_load_t) -init_search_run(systemd_modules_load_t) +modutils_read_module_config(systemd_modules_load_t) +modutils_read_module_deps(systemd_modules_load_t) + +systemd_log_parse_environment(systemd_modules_load_t) ######################################## #