factory: PAM - add generic fallback config

Single PAM fallback config file to be used in /etc to allow
bootstrapping of a system with an empty /etc.
This commit is contained in:
Kay Sievers 2014-07-27 14:08:11 +02:00
parent c264aeab4b
commit e5168066e7
1 changed files with 13 additions and 0 deletions

13
factory/etc/pam.d/other Normal file
View File

@ -0,0 +1,13 @@
# This file is part of systemd.
auth sufficient pam_unix.so nullok try_first_pass
account required pam_nologin.so
account sufficient pam_unix.so
password sufficient pam_unix.so nullok sha512 shadow try_first_pass try_authtok
-session optional pam_loginuid.so
-session optional pam_systemd.so
session required pam_limits.so
session sufficient pam_unix.so