Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1530 - hardened/2.6/trunk/2.6.28
Date: Sat, 21 Mar 2009 10:59:21
Message-Id: E1Lkyuz-0005Jo-DU@stork.gentoo.org
1 Author: gengor
2 Date: 2009-03-21 10:59:09 +0000 (Sat, 21 Mar 2009)
3 New Revision: 1530
4
5 Added:
6 hardened/2.6/trunk/2.6.28/4450_grsec-grkernsec_io-select-rtc-cmos.patch
7 Modified:
8 hardened/2.6/trunk/2.6.28/0000_README
9 Log:
10 Update 2.6.28 patchset trunk/
11
12 Modified: hardened/2.6/trunk/2.6.28/0000_README
13 ===================================================================
14 --- hardened/2.6/trunk/2.6.28/0000_README 2009-03-21 10:58:14 UTC (rev 1529)
15 +++ hardened/2.6/trunk/2.6.28/0000_README 2009-03-21 10:59:09 UTC (rev 1530)
16 @@ -40,3 +40,7 @@
17 From: Gordon Malm <gengor@g.o>
18 Kerin Millar <kerframil@×××××.com>
19 Desc: Disables VDSO_COMPAT operation completely
20 +
21 +Patch: 4450_grsec-grkernsec_io-select-rtc-cmos.patch
22 +From: Gordon Malm <gengor@g.o>
23 +Desc: Build rtc-cmos driver into the kernel when GRKERNSEC_IO is enabled
24
25 Added: hardened/2.6/trunk/2.6.28/4450_grsec-grkernsec_io-select-rtc-cmos.patch
26 ===================================================================
27 --- hardened/2.6/trunk/2.6.28/4450_grsec-grkernsec_io-select-rtc-cmos.patch (rev 0)
28 +++ hardened/2.6/trunk/2.6.28/4450_grsec-grkernsec_io-select-rtc-cmos.patch 2009-03-21 10:59:09 UTC (rev 1530)
29 @@ -0,0 +1,14 @@
30 +From: Gordon Malm <gengor@g.o>
31 +
32 +Build rtc-cmos driver into the kernel when GRKERNSEC_IO is enabled.
33 +
34 +--- a/grsecurity/Kconfig
35 ++++ b/grsecurity/Kconfig
36 +@@ -437,6 +437,7 @@ config GRKERNSEC_IO
37 + depends on X86
38 + select RTC_CLASS
39 + select RTC_INTF_DEV
40 ++ select RTC_DRV_CMOS
41 + help
42 + If you say Y here, all ioperm and iopl calls will return an error.
43 + Ioperm and iopl can be used to modify the running kernel.