This commit is contained in:
Patrick Schleizer 2019-09-06 11:43:55 +00:00
parent 051856bc8e
commit ccdbc52b82
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -1,2 +1,8 @@
# Disables kexec which can be used to replace the running kernel
## Quote https://www.kernel.org/doc/html/latest/admin-guide/sysctl/kernel.html
##
## kexec_load_disabled:
##
## A toggle indicating if the kexec_load syscall has been disabled. This value defaults to 0 (false: kexec_load enabled), but can be set to 1 (true: kexec_load disabled). Once true, kexec can no longer be used, and the toggle cannot be set back to false. This allows a kexec image to be loaded before disabling the syscall, allowing a system to set up (and later use) an image without it being altered. Generally used together with the "modules_disabled" sysctl.
## Disables kexec which can be used to replace the running kernel.
kernel.kexec_load_disabled=1