From 821268f21e822033a9d826ec574e7444dab11807 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 10 Mar 2017 18:42:05 -0800 Subject: [PATCH] sys-auth/sssd: add /var paths to tmpfiles --- .../sys-auth/sssd/files/tmpfiles.d/sssd.conf | 9 +++++++-- .../{sssd-1.13.1-r4.ebuild => sssd-1.13.1-r5.ebuild} | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/{sssd-1.13.1-r4.ebuild => sssd-1.13.1-r5.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/files/tmpfiles.d/sssd.conf b/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/files/tmpfiles.d/sssd.conf index 51acd3968f..6614bd6dbf 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/files/tmpfiles.d/sssd.conf +++ b/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/files/tmpfiles.d/sssd.conf @@ -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 - - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/sssd-1.13.1-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/sssd-1.13.1-r5.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/sssd-1.13.1-r4.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-auth/sssd/sssd-1.13.1-r5.ebuild