From 544c8763b14d358cf6bc478341b1c45034b39183 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 17 Nov 2006 09:48:21 -0800 Subject: [PATCH] fix typo in security-seclvl.c-fix-time-wrap.patch changelog comments --- review-2.6.18/security-seclvl.c-fix-time-wrap.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/review-2.6.18/security-seclvl.c-fix-time-wrap.patch b/review-2.6.18/security-seclvl.c-fix-time-wrap.patch index 99c3c36dcc4..60862285d26 100644 --- a/review-2.6.18/security-seclvl.c-fix-time-wrap.patch +++ b/review-2.6.18/security-seclvl.c-fix-time-wrap.patch @@ -13,7 +13,7 @@ But it was possible to set the time to the maximum unixtime value (19 Jan 2038) resulting in a wrap to the minimum value. This patch fixes this by disallowing setting the time to any date -after 2031 with initlvl=2. +after 2030 with initlvl=2. This patch does not apply to kernel 2.6.19 since the seclvl module was already removed in this kernel. -- 2.47.3