commit: c57e41297654848b0226c69a4dce44d992e91d04 Author: Kenton Groombridge <me <AT> concord <DOT> sh> AuthorDate: Tue Mar 7 00:17:03 2023 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Fri Mar 31 17:11:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c57e4129
systemd: allow systemd-pcrphase to read generic certs Signed-off-by: Kenton Groombridge <me <AT> concord.sh> Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> policy/modules/system/systemd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 030dcbd67..b6d597c71 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -1436,6 +1436,8 @@ init_read_state(systemd_pcrphase_t) logging_send_syslog_msg(systemd_pcrphase_t) +miscfiles_read_generic_certs(systemd_pcrphase_t) + ######################################### # # systemd-pstore local policy
