Allow systemd-tmpfilesd handle faillog directory

Is is being created from a pam-provided tmpfiles.d config.

Signed-off-by: Krzysztof Nowicki <krissn@op.pl>
This commit is contained in:
Krzysztof Nowicki 2021-02-03 22:33:01 +01:00
parent cfe0502ed2
commit 014b2c41d2
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ type wtmp_t;
logging_log_file(wtmp_t)
optional_policy(`
systemd_tmpfilesd_managed(faillog_t, file)
systemd_tmpfilesd_managed(faillog_t, { dir file })
systemd_tmpfilesd_managed(var_auth_t, dir)
')