summaryrefslogtreecommitdiff
path: root/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2015-08-04 01:30:23 +0000
committerBen Hutchings <benh@debian.org>2015-08-04 01:30:23 +0000
commit79f636b4bf7edcbf7c4194b93e4c4fef43b13e1c (patch)
tree4a4c8ce3b582dc8392976e7be9d131aeca31f555 /debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch
parentf2378f0aa3815533e3d0e1b06fec1a02f33f26fc (diff)
Update to 4.2-rc5
Refresh/drop patches as needed. svn path=/dists/trunk/linux/; revision=22909
Diffstat (limited to 'debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch')
-rw-r--r--debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch b/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch
index 639fb3c34..d487c87f4 100644
--- a/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch
+++ b/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch
@@ -9,8 +9,8 @@ This reverts commit 561ec64ae67ef25cac8d72bb9c4bfc955edfd415
--- a/fs/namei.c
+++ b/fs/namei.c
-@@ -651,8 +651,8 @@ static inline void put_link(struct namei
- path_put(link);
+@@ -847,8 +847,8 @@ static inline void put_link(struct namei
+ path_put(&last->link);
}
-int sysctl_protected_symlinks __read_mostly = 0;