The LDAP server only needs to read generic certificate

files, not manage them.

Modify the init policy to match the comment and the
LDAP server actual behavior.

Signed-off-by: Guido Trentalancia <guido@trentalancia.com>
---
 policy/modules/system/init.te |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Guido Trentalancia 2023-11-19 22:21:09 +01:00
parent 662502a216
commit b38583a79d

View File

@ -914,7 +914,7 @@ logging_read_audit_config(initrc_t)
miscfiles_read_localization(initrc_t)
# slapd needs to read cert files from its initscript
miscfiles_manage_generic_cert_files(initrc_t)
miscfiles_read_generic_certs(initrc_t)
seutil_read_config(initrc_t)