summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/su
blob: a1e42dc409b0bc7523042bf076a05b75ab3b3585 (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		include		system
OpenPOWER on IntegriCloud