summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/su
blob: 834c27e08b8e599e7eaab7b9c5c30fc7089dd9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $FreeBSD$
#
# PAM configuration for the "su" service
#

# auth
auth		sufficient	pam_rootok.so		no_warn
auth		sufficient	pam_self.so		no_warn
auth		requisite	pam_group.so		no_warn group=wheel root_only fail_safe
auth		include		system

# account
account		include		system

# session
session		required	pam_permit.so
OpenPOWER on IntegriCloud