diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-24 02:26:01 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-28 15:08:38 -0500 |
commit | b9d6f78f4aedaa55703338b5411154f063fef1f6 (patch) | |
tree | f30ece3a102c9d0c63c4c0550a0cacd6d31454e4 /libre/libutil-linux-static/pam-login | |
parent | c077303b3adc03d804b90adddad7e926c5799cc6 (diff) | |
download | abslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.tar.gz abslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.tar.bz2 abslibre-b9d6f78f4aedaa55703338b5411154f063fef1f6.zip |
libre/libutil-linux-static: add
Diffstat (limited to 'libre/libutil-linux-static/pam-login')
-rw-r--r-- | libre/libutil-linux-static/pam-login | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libre/libutil-linux-static/pam-login b/libre/libutil-linux-static/pam-login new file mode 100644 index 000000000..1960d9497 --- /dev/null +++ b/libre/libutil-linux-static/pam-login @@ -0,0 +1,7 @@ +#%PAM-1.0 + +auth required pam_securetty.so +auth requisite pam_nologin.so +auth include system-local-login +account include system-local-login +session include system-local-login |