diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-29 16:44:04 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-29 16:58:18 +0200 |
commit | 94a15ffa14b8272e827f4cf95244910839a9d907 (patch) | |
tree | 1bf49b1bd7636933fdafb78acbe4a1a701578ce0 /tmpfiles.d | |
parent | 9ec6e95b046de71c0198cb9d17acc5462dc76c74 (diff) |
factory: install minimal PAM and nsswitch config
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/etc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/etc.conf b/tmpfiles.d/etc.conf index e809dff2aa..b23272cb27 100644 --- a/tmpfiles.d/etc.conf +++ b/tmpfiles.d/etc.conf @@ -11,3 +11,5 @@ L /etc/os-release - - - - ../usr/lib/os-release L /etc/localtime - - - - ../usr/share/zoneinfo/UTC L+ /etc/mtab - - - - ../proc/self/mounts L /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf +C /etc/nsswitch.conf - - - - +C /etc/pam.d - - - - |