diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-09 07:35:15 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-09 07:35:15 -0400 |
commit | 12ed7d2e56282aae82940611e9e2ac941dc9e784 (patch) | |
tree | e8c5edca8b8f7a4fe94738d8b00270a12dc7e649 | |
parent | grsecurity-3.1-4.6.3-201607062159 (diff) | |
download | hardened-patchset-12ed7d2e56282aae82940611e9e2ac941dc9e784.tar.gz hardened-patchset-12ed7d2e56282aae82940611e9e2ac941dc9e784.tar.bz2 hardened-patchset-12ed7d2e56282aae82940611e9e2ac941dc9e784.zip |
grsecurity-3.1-4.6.3-20160707072120160707
-rw-r--r-- | 4.6.3/0000_README | 2 | ||||
-rw-r--r-- | 4.6.3/4420_grsecurity-3.1-4.6.3-201607070721.patch (renamed from 4.6.3/4420_grsecurity-3.1-4.6.3-201607062159.patch) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/4.6.3/0000_README b/4.6.3/0000_README index 00f1875..585f483 100644 --- a/4.6.3/0000_README +++ b/4.6.3/0000_README @@ -6,7 +6,7 @@ Patch: 1002_linux-4.6.3.patch From: http://www.kernel.org Desc: Linux 4.6.3 -Patch: 4420_grsecurity-3.1-4.6.3-201607062159.patch +Patch: 4420_grsecurity-3.1-4.6.3-201607070721.patch From: http://www.grsecurity.net Desc: hardened-sources base patch from upstream grsecurity diff --git a/4.6.3/4420_grsecurity-3.1-4.6.3-201607062159.patch b/4.6.3/4420_grsecurity-3.1-4.6.3-201607070721.patch index 169d0af..b3964cb 100644 --- a/4.6.3/4420_grsecurity-3.1-4.6.3-201607062159.patch +++ b/4.6.3/4420_grsecurity-3.1-4.6.3-201607070721.patch @@ -114846,7 +114846,7 @@ index 510413eb..34d9a8c 100644 seq_printf(p, "softirq %llu", (unsigned long long)sum_softirq); diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c -index 5415835..5c95ec4 100644 +index 5415835..0095e58 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c @@ -15,12 +15,19 @@ @@ -114911,7 +114911,7 @@ index 5415835..5c95ec4 100644 priv->inode = inode; - priv->mm = proc_mem_open(inode, PTRACE_MODE_READ); -+#ifdef CONFIG_GRKERNSEC ++#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP + priv->mm = proc_mem_open(inode, PTRACE_MODE_READ, &priv->ptracer_exec_id); +#else + priv->mm = proc_mem_open(inode, PTRACE_MODE_READ, NULL); |