summaryrefslogtreecommitdiff
path: root/shadow/su
blob: 01417c6d028896c99791e646fb12da16921b6a80 (plain)
    1 #
    2 # /etc/pam.d/su - su service module configuration
    3 #
    4 
    5 auth    sufficient  pam_rootok.so
    6 #auth    required    pam_wheel.so use_uid
    7 
    8 auth    include     common-auth
    9 
   10 account include     common-account
   11 
   12 session include     common-session

Generated by cgit