Only disable sysrq for cloud editions

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2016-12-16 09:24:34 -08:00
parent 2f79af3d1a
commit bee11d02f7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1,2 @@
kernel.modules_disabled=1
kernel.modules_disabled=1
kernel.sysrq = 0