]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix typo in security-seclvl.c-fix-time-wrap.patch changelog comments
authorChris Wright <chrisw@sous-sol.org>
Fri, 17 Nov 2006 17:48:21 +0000 (09:48 -0800)
committerChris Wright <chrisw@sous-sol.org>
Fri, 17 Nov 2006 17:48:21 +0000 (09:48 -0800)
review-2.6.18/security-seclvl.c-fix-time-wrap.patch

index 99c3c36dcc40afd95b9aedfbb51cd13b8d2020fb..60862285d26e30024285c9a59711e171dc304164 100644 (file)
@@ -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.