diff --git a/policy/modules/admin/shutdown.te b/policy/modules/admin/shutdown.te index 51f7c3a..7824539 100644 --- a/policy/modules/admin/shutdown.te +++ b/policy/modules/admin/shutdown.te @@ -33,6 +33,8 @@ files_etc_filetrans(shutdown_t, shutdown_etc_t, file) manage_files_pattern(shutdown_t, shutdown_var_run_t, shutdown_var_run_t) files_pid_filetrans(shutdown_t, shutdown_var_run_t, file) +domain_use_interactive_fds(shutdown_t) + files_read_etc_files(shutdown_t) files_read_generic_pids(shutdown_t)