From e63a8fa875a7ca721dff2e63671c60638161ba3f Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 9 Oct 2013 17:38:44 -0400 Subject: [PATCH] Give people who use run_init or newrole an indicator to make it not ask for passwords --- policycoreutils/newrole/newrole.pamd | 2 ++ policycoreutils/run_init/run_init.pamd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/policycoreutils/newrole/newrole.pamd b/policycoreutils/newrole/newrole.pamd index d1b435c4..de3582f3 100644 --- a/policycoreutils/newrole/newrole.pamd +++ b/policycoreutils/newrole/newrole.pamd @@ -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 diff --git a/policycoreutils/run_init/run_init.pamd b/policycoreutils/run_init/run_init.pamd index d1b435c4..1c323d20 100644 --- a/policycoreutils/run_init/run_init.pamd +++ b/policycoreutils/run_init/run_init.pamd @@ -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