-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch adds documentation to pam files to tell admins how to make newrole and run_init not ask for the password. This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlJpLZUACgkQrlYvE4MpobNGzgCg5aw/+6B3808KuxG3MtGFC6rl jj0AoNbI/GjWdf59iWeRFmsby5hLM2e1 =3ogW -----END PGP SIGNATURE-----
>From 8efb909d36317cf4b34d09782bf7b6eee22473ef Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Wed, 9 Oct 2013 17:38:44 -0400 Subject: [PATCH 37/74] 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 d1b435c..de3582f 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 d1b435c..1c323d2 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 -- 1.8.3.1