mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
* Add support for Amazon Linux and Docker (#13) * Modify OpenSSL version to 3.0.8 Version `3.0.0` and `3.0.8` is recommanded by the official, which are FIPS validated. See more: [[ Downloads ] - /source/index.html](https://www.openssl.org/source/) * Use OpenSSH 9.6p1 official file Update the baseline file to 9.6p1 Add some comments * Update README.md Add a desc for CentOS 7 to install packages * Update spec file - Sync spec file to latest(9.6p1) * Update requirement src - Add Perl for CentOS 5 * Add support for Amazon Linux and Docker! - Add support for Amazon Linux 1 / Amazon Linux 2 / Amazon Linux 2023 - Add Dockerfile for CentOS and Amazon Linux - Fix compile.sh error for using CentOS 5 * only download perl5 when necessary * only check perl 5 source on el5 * perl not need install in el5 * bump openssl verion * add notes in pullsrc.sh when download fails * fix: perl install inside build dir --------- Co-authored-by: ChowRex <zrx879582094@gmail.com>
18 lines
727 B
Plaintext
18 lines
727 B
Plaintext
#%PAM-1.0
|
|
auth substack password-auth
|
|
auth include postlogin
|
|
account required pam_sepermit.so
|
|
account required pam_nologin.so
|
|
account include password-auth
|
|
password include password-auth
|
|
# pam_selinux.so close should be the first session rule
|
|
session required pam_selinux.so close
|
|
session required pam_loginuid.so
|
|
# pam_selinux.so open should only be followed by sessions to be executed in the user context
|
|
session required pam_selinux.so open env_params
|
|
session required pam_namespace.so
|
|
session optional pam_keyinit.so force revoke
|
|
session optional pam_motd.so
|
|
session include password-auth
|
|
session include postlogin
|