summaryrefslogtreecommitdiff
path: root/2.6.32
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-07-20 15:07:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-07-20 15:07:40 -0400
commite921fb02be4365bf973ace3f4f226fefe1f91408 (patch)
treeaebdde994de9e63069705b979648b7a7092263f3 /2.6.32
parentGrsec/PaX: 2.9.1-{2.6.32.61,3.2.48.3.10.1}-201307141923 (diff)
downloadhardened-patchset-e921fb02be4365bf973ace3f4f226fefe1f91408.tar.gz
hardened-patchset-e921fb02be4365bf973ace3f4f226fefe1f91408.tar.bz2
hardened-patchset-e921fb02be4365bf973ace3f4f226fefe1f91408.zip
Grsec/PaX: 2.9.1-{2.6.32.61,3.2.48.3.10.1}-20130718123620130718
Diffstat (limited to '2.6.32')
-rw-r--r--2.6.32/0000_README2
-rw-r--r--2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307181234.patch (renamed from 2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307122305.patch)4
2 files changed, 3 insertions, 3 deletions
diff --git a/2.6.32/0000_README b/2.6.32/0000_README
index 246c88b..db4457b 100644
--- a/2.6.32/0000_README
+++ b/2.6.32/0000_README
@@ -38,7 +38,7 @@ Patch: 1060_linux-2.6.32.61.patch
From: http://www.kernel.org
Desc: Linux 2.6.32.61
-Patch: 4420_grsecurity-2.9.1-2.6.32.61-201307122305.patch
+Patch: 4420_grsecurity-2.9.1-2.6.32.61-201307181234.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307122305.patch b/2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307181234.patch
index bac4e6d..4be9c03 100644
--- a/2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307122305.patch
+++ b/2.6.32/4420_grsecurity-2.9.1-2.6.32.61-201307181234.patch
@@ -85044,7 +85044,7 @@ index c4ecd52..a8fca7d 100644
generic_fillattr(inode, stat);
return 0;
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
-index 5e7279a..8d792b4 100644
+index 5e7279a..25a2b1e 100644
--- a/fs/sysfs/dir.c
+++ b/fs/sysfs/dir.c
@@ -678,6 +678,18 @@ static int create_dir(struct kobject *kobj, struct sysfs_dirent *parent_sd,
@@ -85058,7 +85058,7 @@ index 5e7279a..8d792b4 100644
+
+ if ((!strcmp(parent_name, "") && (!strcmp(name, "devices") || !strcmp(name, "fs"))) ||
+ (!strcmp(parent_name, "devices") && !strcmp(name, "system")) ||
-+ (!strcmp(parent_name, "fs") && (!strcmp(name, "selinux") || !strcmp(name, "fuse"))) ||
++ (!strcmp(parent_name, "fs") && (!strcmp(name, "selinux") || !strcmp(name, "fuse") || !strcmp(name, "ecryptfs"))) ||
+ (!strcmp(parent_name, "system") && !strcmp(name, "cpu")))
+ mode = S_IFDIR | S_IRWXU | S_IRUGO | S_IXUGO;
+#endif