Give people who use run_init or newrole an indicator to make it not ask for passwords

This commit is contained in:
Dan Walsh 2013-10-09 17:38:44 -04:00 committed by Stephen Smalley
parent f2051b20fa
commit e63a8fa875
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#%PAM-1.0
# Uncomment the next line if you do not want to enter your passwd everytime
# auth sufficient pam_rootok.so
auth include system-auth
account include system-auth
password include system-auth

View File

@ -1,4 +1,6 @@
#%PAM-1.0
# Uncomment the next line if you do not want to enter your passwd everytime
#auth sufficient pam_rootok.so
auth include system-auth
account include system-auth
password include system-auth