first commit
This commit is contained in:
11
etc_org/sysctl.d/10-zeropage.conf
Normal file
11
etc_org/sysctl.d/10-zeropage.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# Protect the zero page of memory from userspace mmap to prevent kernel
|
||||
# NULL-dereference attacks against potential future kernel security
|
||||
# vulnerabilities. (Added in kernel 2.6.23.)
|
||||
#
|
||||
# While this default is built into the Ubuntu kernel, there is no way to
|
||||
# restore the kernel default if the value is changed during runtime; for
|
||||
# example via package removal (e.g. wine, dosemu). Therefore, this value
|
||||
# is reset to the secure default each time the sysctl values are loaded.
|
||||
#
|
||||
# ARM-specific default:
|
||||
vm.mmap_min_addr = 32768
|
||||
Reference in New Issue
Block a user