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:
Matthew Garrett 2016-12-01 01:05:59 -08:00
parent 466ee91b0a
commit 048df97663

View File

@ -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 - -