sys-auth/sssd: Add missing /var/log/sssd tmpfiles entry

The folders are not created through "keepdir" which results in tmpfiles
rules but an explict tmpfiles file. This is error prone and we should
try to move to "keepdir" instead but for the backport, just add the
missing line.
This commit is contained in:
Kai Lueke 2023-06-28 14:46:31 +02:00
parent a0dce6e6ed
commit fc06e960ec
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Ensured that the folder `/var/log/sssd` is created if it doesn't exist, required for `sssd.service` ([Flatcar#1096](https://github.com/flatcar/Flatcar/issues/1096))

View File

@ -11,3 +11,4 @@ d /var/lib/sss/pipes/private 0700 root root - -
d /var/lib/sss/pubconf 0700 root root - -
d /var/lib/sss/pubconf/krb5.include.d 0700 root root - -
d /var/lib/sss/secrets 0755 root root - -
d /var/log/sssd 0700 root root - -