diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 6a50dffe2..9241b1ac8 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -1126,8 +1126,8 @@ allow systemd_update_done_t self:process setfscreate; allow systemd_update_done_t systemd_update_run_t:file manage_file_perms; -files_etc_filetrans(systemd_update_done_t, systemd_update_run_t, file, ".updated") -files_var_filetrans(systemd_update_done_t, systemd_update_run_t, file, ".updated") +files_etc_filetrans(systemd_update_done_t, systemd_update_run_t, file) +files_var_filetrans(systemd_update_done_t, systemd_update_run_t, file) seutil_read_file_contexts(systemd_update_done_t)