summaryrefslogtreecommitdiff
blob: 33b35e285b0bd72e1ccb429c5a8cfe18d7dc54a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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-auth

# account
account		include		system-auth

# session
session		required	pam_permit.so