mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #903 from riyazdf/sysrq-cloud-only
Only disable sysrq for cloud editions
This commit is contained in:
commit
9f37623519
@ -1,5 +1,4 @@
|
||||
kernel.kptr_restrict = 2
|
||||
kernel.sysrq = 0
|
||||
net.ipv4.conf.all.send_redirects = 0
|
||||
net.ipv4.conf.default.accept_redirects = 0
|
||||
net.ipv4.conf.default.accept_source_route = 0
|
||||
|
@ -1 +1,2 @@
|
||||
kernel.modules_disabled=1
|
||||
kernel.modules_disabled=1
|
||||
kernel.sysrq = 0
|
Loading…
Reference in New Issue
Block a user