mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 03:02:51 +00:00
13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
#%PAM-1.0
|
|
# Keep su - self-contained so buildroots can bootstrap before authselect
|
|
# generates the managed PAM stack.
|
|
auth sufficient pam_rootok.so
|
|
auth required pam_env.so
|
|
auth sufficient pam_unix.so try_first_pass
|
|
auth required pam_deny.so
|
|
account sufficient pam_rootok.so
|
|
account required pam_unix.so
|
|
session optional pam_keyinit.so force revoke
|
|
session required pam_unix.so
|
|
session optional pam_xauth.so
|