mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Merge pull request #1047 from riyazdf/fs-protected-links
Add fs link protection sysctls
This commit is contained in:
commit
1f860228d7
@ -18,3 +18,5 @@ net.ipv4.conf.default.accept_source_route = 0
|
|||||||
net.ipv6.conf.all.accept_redirects = 0
|
net.ipv6.conf.all.accept_redirects = 0
|
||||||
net.ipv6.conf.default.accept_redirects = 0
|
net.ipv6.conf.default.accept_redirects = 0
|
||||||
kernel.perf_event_paranoid = 3
|
kernel.perf_event_paranoid = 3
|
||||||
|
fs.protected_hardlinks = 1
|
||||||
|
fs.protected_symlinks = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user