Merge pull request #903 from riyazdf/sysrq-cloud-only

Only disable sysrq for cloud editions
This commit is contained in:
Justin Cormack 2016-12-16 09:38:44 -08:00 committed by GitHub
commit 9f37623519
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