1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/20auth mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/20auth |
2 |
|
|
--- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/20auth 1969-12-31 19:00:00.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/20auth 2007-04-04 15:24:44.000000000 -0400 |
4 |
|
|
@@ -0,0 +1,3 @@ |
5 |
|
|
+auth required pam_securetty.so |
6 |
|
|
+auth { -f "/lib/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : "include system-auth" } |
7 |
|
|
+auth required pam_nologin.so |
8 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/50session mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/50session |
9 |
|
|
--- e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/50session 2007-04-04 15:26:33.000000000 -0400 |
10 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/templates/etc/pam.d/login/50session 2007-04-04 15:25:40.000000000 -0400 |
11 |
|
|
@@ -1,2 +1,3 @@ |
12 |
|
|
session { -f "/lib/security/pam_pwdb.so" ? "required pam_stack.so service=system-auth" : "include system-auth" } |
13 |
|
|
+session required pam_loginuid.so |
14 |
|
|
session optional /lib/security/pam_console.so |