forked from Lainports/freebsd-ports
* The HOME environment variable is once again preserved by default, as per the documentation. - Finally remember to fix the $FreeBSD$ line in pam file.
19 lines
323 B
Text
19 lines
323 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "sudo" service
|
|
#
|
|
|
|
# auth
|
|
auth include system
|
|
|
|
# account
|
|
account include system
|
|
|
|
# session
|
|
# XXX: pam_lastlog (used in system) causes users to appear as though
|
|
# they are no longer logged in in system logs.
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password include system
|