diff options
Diffstat (limited to 'system/linux-pam/su.pamd')
-rw-r--r-- | system/linux-pam/su.pamd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/linux-pam/su.pamd b/system/linux-pam/su.pamd index 84f2ae7ea..d2cd9eb13 100644 --- a/system/linux-pam/su.pamd +++ b/system/linux-pam/su.pamd @@ -1,4 +1,9 @@ -# basic PAM configuration for Alpine. +# Welcome to Adélie Linux. + +# This file allows root to become any user without needing that user's +# password, via pam_rootok.so. +# If you do not wish to allow this behaviour, simply remove that line. + auth sufficient pam_rootok.so auth include base-auth account include base-account |