sys-auth/sssd: add /var paths to tmpfiles

This commit is contained in:
David Michael 2017-03-10 18:42:05 -08:00
parent 51e22be86d
commit 821268f21e
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,7 @@
d /etc/sssd 0700 root root - -
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf
d /etc/sssd 0700 root root - -
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf
d /var/lib/sss - root root - -
d /var/lib/sss/db 0700 root root - -
d /var/lib/sss/pipes - root root - -
d /var/lib/sss/pipes/private 0700 root root - -
d /var/log/sssd 0700 root root - -