Merge pull request #949 from flatcar/kai/sssd-var-log

sys-auth/sssd: Add missing /var/log/sssd tmpfiles entry
This commit is contained in:
Kai Lüke 2023-06-29 14:12:17 +02:00 committed by GitHub
commit 2372874798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 - -