]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/pam.d/su
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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