mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
We already include `system-auth` for `session`, and `system-auth` always has `pam_env` setup for us. Closes: https://bugs.gentoo.org/863884 Signed-off-by: Sam James <sam@gentoo.org>
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
auth sufficient pam_rootok.so
|
|
auth required pam_wheel.so use_uid
|
|
auth include system-auth
|
|
account include system-auth
|
|
password include system-auth
|
|
session include system-auth
|
|
session optional pam_xauth.so
|