summaryrefslogtreecommitdiff
path: root/sudo/sudo.pam
blob: cfeb1b09f2ad65c7e77f5a81514b4082a318c147 (plain)
    1 #
    2 # /etc/pam.d/sudo - sudo service module configuration
    3 #
    4 
    5 auth        include common-auth
    6 
    7 account     include common-account
    8 
    9 password    include common-password
   10 
   11 session     include common-session

Generated by cgit