From 99a762d3dc6ecbdb160b7840081848444b56c3fa Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Wed, 16 Oct 2019 18:53:04 +0000 Subject: [PATCH] KASLR is different from ASLR --- etc/sysctl.d/mmap_aslr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sysctl.d/mmap_aslr.conf b/etc/sysctl.d/mmap_aslr.conf index 8275391..e38151b 100644 --- a/etc/sysctl.d/mmap_aslr.conf +++ b/etc/sysctl.d/mmap_aslr.conf @@ -1,6 +1,6 @@ ## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP ## See the file COPYING for copying conditions. -## Improves KASLR effectiveness for mmap. +## Improves ASLR effectiveness for mmap. vm.mmap_rnd_bits=32 vm.mmap_rnd_compat_bits=16