]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/pam.d/su
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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