mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
sys-auth/sssd: Fix tmpfiles
The tmpfiles.d fragment was missing some directories that are required for sssd to start.
This commit is contained in:
parent
466ee91b0a
commit
048df97663
@ -1,2 +1,10 @@
|
|||||||
d /etc/sssd 0700 root root - -
|
d /etc/sssd 0700 root root - -
|
||||||
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf
|
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf
|
||||||
|
d /var/log/sssd 0700 root root - -
|
||||||
|
d /var/lib/sss 0700 root root - -
|
||||||
|
d /var/lib/sss/pipes 0700 root root - -
|
||||||
|
d /var/lib/sss/pipes/private 0700 root root - -
|
||||||
|
d /var/lib/sss/mc 0700 root root - -
|
||||||
|
d /var/lib/sss/db 0700 root root - -
|
||||||
|
d /var/lib/sss/pubconf 0700 root root - -
|
||||||
|
d /var/lib/sss/pubconf/krb5.include.d 0700 root root - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user