blob: 3c04bc7d68c98fb323bff2373be1ee1a3ebdf46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#%PAM-1.0
# For root login to succeed here with pam_securetty, "rsh" must be
# listed in /etc/securetty.
auth required pam_nologin.so
auth required pam_securetty.so
auth required pam_env.so
auth required pam_rhosts.so
account include system-auth
session optional pam_keyinit.so force revoke
session required pam_loginuid.so
session include system-auth
|