2007-10-07 17:14:02 +05:30
|
|
|
#%PAM-1.0
|
|
|
|
auth sufficient pam_rootok.so
|
2007-10-07 17:17:11 +05:30
|
|
|
# Uncomment the following line to implicitly trust users in the "wheel" group.
|
|
|
|
#auth sufficient pam_wheel.so trust use_uid
|
|
|
|
# Uncomment the following line to require a user to be in the "wheel" group.
|
|
|
|
auth required pam_wheel.so use_uid
|
|
|
|
auth include system-auth
|
|
|
|
account include system-auth
|
|
|
|
password include system-auth
|
2022-03-04 17:18:54 +05:30
|
|
|
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
|
2007-10-07 17:17:11 +05:30
|
|
|
session include system-auth
|
2022-03-04 17:18:54 +05:30
|
|
|
session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
|
2007-10-07 17:17:11 +05:30
|
|
|
session optional pam_xauth.so
|