Merge pull request #1047 from riyazdf/fs-protected-links

Add fs link protection sysctls
This commit is contained in:
Justin Cormack 2017-01-18 17:28:17 +00:00 committed by GitHub
commit 1f860228d7

View File

@ -18,3 +18,5 @@ net.ipv4.conf.default.accept_source_route = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv6.conf.default.accept_redirects = 0
kernel.perf_event_paranoid = 3
fs.protected_hardlinks = 1
fs.protected_symlinks = 1