diff options
author | Narrat | 2024-06-02 23:15:20 +0200 |
---|---|---|
committer | Narrat | 2024-06-02 23:16:25 +0200 |
commit | c3f7ed13962f1bc0c3a7bcbfda488966cee8e952 (patch) | |
tree | 5ca210306d0bed0a9850ff551de0086a4a6d322c /pam-remote | |
parent | ec970676bac587707ab41d2f7eb4a697b08f20d9 (diff) | |
download | aur-c3f7ed13962f1bc0c3a7bcbfda488966cee8e952.tar.gz |
util-linux-aes: update to 2.40.1
now that loop-aes 3.8c is available
Diffstat (limited to 'pam-remote')
-rw-r--r-- | pam-remote | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pam-remote b/pam-remote new file mode 100644 index 000000000000..7fce079c1d93 --- /dev/null +++ b/pam-remote @@ -0,0 +1,8 @@ +#%PAM-1.0 + +auth required pam_securetty.so +auth requisite pam_nologin.so +auth include system-remote-login +account include system-remote-login +session include system-remote-login +password include system-remote-login |