aboutsummaryrefslogtreecommitdiff
path: root/patches-applied
diff options
context:
space:
mode:
Diffstat (limited to 'patches-applied')
-rw-r--r--patches-applied/pam_tally_audit.patch11
-rw-r--r--patches-applied/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/patches-applied/pam_tally_audit.patch b/patches-applied/pam_tally_audit.patch
new file mode 100644
index 00000000..05612d9f
--- /dev/null
+++ b/patches-applied/pam_tally_audit.patch
@@ -0,0 +1,11 @@
+--- Linux-PAM/modules/pam_tally/pam_tally.c~ 2007-10-12 01:49:15.000000000 +0000
++++ Linux-PAM/modules/pam_tally/pam_tally.c 2007-10-12 03:26:04.000000000 +0000
+@@ -95,7 +95,7 @@ struct tally_options {
+ #define OPT_PER_USER 010
+ #define OPT_NO_LOCK_TIME 020
+ #define OPT_NO_RESET 040
+-#define OPT_AUDIT 100
++#define OPT_AUDIT 0100
+
+
+ /*---------------------------------------------------------------------*/
diff --git a/patches-applied/series b/patches-applied/series
index f0c93660..4fd2c35a 100644
--- a/patches-applied/series
+++ b/patches-applied/series
@@ -27,4 +27,5 @@ no_pthread_mutexes
limits_wrong_strncpy
misc_conv_allow_sigint.patch
pam_env_ignore_garbage.patch
+pam_tally_audit.patch -p0
autoconf.patch