From: dutyrok@altlinux.org To: devel-kernel@lists.altlinux.org Subject: [d-kernel] [PATCH 5.10.y] config: CONFIG_RANDOMIZE_BASE=y Date: Thu, 11 Apr 2024 14:03:53 +0300 Message-ID: <20240411110353.191929-1-dutyrok@altlinux.org> (raw) From: Alexandr Shashkin <dutyrok@altlinux.org> Enable kernel address space layout randomization to prevent guest security exploits based on the location of kernel objects. Signed-off-by: Alexandr Shashkin <dutyrok@altlinux.org> --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 9bd005564e56..e5917be74550 100644 --- a/config +++ b/config @@ -473,7 +473,7 @@ CONFIG_CRASH_DUMP=y # CONFIG_KEXEC_JUMP is not set CONFIG_PHYSICAL_START=0x1000000 CONFIG_RELOCATABLE=y -# CONFIG_RANDOMIZE_BASE is not set +CONFIG_RANDOMIZE_BASE=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set -- 2.33.8
next reply other threads:[~2024-04-11 11:03 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-11 11:03 dutyrok [this message] 2024-04-11 16:27 ` Vitaly Chikunov 2024-04-11 17:47 ` Alexandr Shashkin 2024-04-11 18:02 ` Vitaly Chikunov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20240411110353.191929-1-dutyrok@altlinux.org \ --to=dutyrok@altlinux.org \ --cc=devel-kernel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git