diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-08 23:50:33 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-08 23:50:33 +0000 |
commit | 70e535f4073f219b6905fe82326ac1563d5c09ad (patch) | |
tree | 5a9ba9801d7ce6b9bb75e912789bf5d7315f5aa1 /system/linux-pam/other.pamd | |
parent | 9e76c2f03a2152530fb2e5936b77e288311ced57 (diff) | |
download | packages-70e535f4073f219b6905fe82326ac1563d5c09ad.tar.gz packages-70e535f4073f219b6905fe82326ac1563d5c09ad.tar.bz2 packages-70e535f4073f219b6905fe82326ac1563d5c09ad.tar.xz packages-70e535f4073f219b6905fe82326ac1563d5c09ad.zip |
user/linux-pam: harden configuration
Refuse to allow logins for accounts with no password.
Diffstat (limited to 'system/linux-pam/other.pamd')
-rw-r--r-- | system/linux-pam/other.pamd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/linux-pam/other.pamd b/system/linux-pam/other.pamd index 8c9797e71..9880ee1e0 100644 --- a/system/linux-pam/other.pamd +++ b/system/linux-pam/other.pamd @@ -1,4 +1,6 @@ -# basic PAM configuration for Alpine. +# Welcome to Adélie Linux. + +# This file ensures that the system-wide PAM configuration is read by default. auth include base-auth account include base-account |