1
0
mirror of synced 2026-04-13 23:23:41 +00:00

Add an explaining link under ASLR

This commit is contained in:
Axel Beckert
2019-02-08 16:44:22 +01:00
parent 1cda58c756
commit 58af2790a1

View File

@@ -142,7 +142,7 @@ project.
### Caveats
For security reasons (avoid risk to circumvent ASLR), recent kernels
For security reasons (avoid risk to circumvent [ASLR][3]), recent kernels
have disabled the `vsyscall` mapping. Unfortunately older
distributions don't run and hence can't be bootstrapped without it.
@@ -153,6 +153,9 @@ distributions in a chroot (as xen-tools does), you need to add
`GRUB_CMDLINE_LINUX_DEFAULT` in `/etc/default/grub`, then running
`update-grub` afterwards and finally reboot.
[3]: https://en.wikipedia.org/wiki/Address_space_layout_randomization
"Address Space Layout Randomization"
Installation
------------