From: Chris Wright Date: Fri, 17 Nov 2006 17:48:21 +0000 (-0800) Subject: fix typo in security-seclvl.c-fix-time-wrap.patch changelog comments X-Git-Tag: v2.6.18.3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=544c8763b14d358cf6bc478341b1c45034b39183;p=thirdparty%2Fkernel%2Fstable-queue.git fix typo in security-seclvl.c-fix-time-wrap.patch changelog comments --- 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.