mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-22 05:52:09 +02:00
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:
parent
f8bfaebbc1
commit
fea48bb5d8
1
changelog/bugfixes/2023-06-28-sssd-var-log.md
Normal file
1
changelog/bugfixes/2023-06-28-sssd-var-log.md
Normal 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))
|
||||
@ -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 - -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user