]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/pam.d/su
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / etc / pam.d / su
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "su" service
5 #
6
7 # auth
8 auth            sufficient      pam_rootok.so           no_warn
9 auth            sufficient      pam_self.so             no_warn
10 auth            requisite       pam_group.so            no_warn group=wheel root_only fail_safe ruser
11 auth            include         system
12
13 # account
14 account         include         system
15
16 # session
17 session         required        pam_permit.so