summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2020-11-29 16:29:40 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2020-11-29 16:29:40 +0000
commitc5426ce3a629b003c419fb3d64b29691b061b379 (patch)
treeaa79a59733e81b28713214e7cb16830c36b98b48 /share
parente0870cd4687db301f7caea5f24d092cb18ddf3b5 (diff)
downloadsrc-test2-c5426ce3a629b003c419fb3d64b29691b061b379.tar.gz
src-test2-c5426ce3a629b003c419fb3d64b29691b061b379.zip
security(7): fix copy/paste error and correct aslr oids
Submitted by: Mina Galić <me_igalic.co> Differential Revision: https://reviews.freebsd.org/D27408
Notes
Notes: svn path=/head/; revision=368157
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/security.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 71ecf1e682e6..587df4cb74e5 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 11, 2020
+.Dd November 28, 2020
.Dt SECURITY 7
.Os
.Sh NAME
@@ -1061,7 +1061,7 @@ position-independent (PIE) 32bit binaries.
.It Dv kern.elf32.aslr.honor_sbrk
Makes ASLR less aggressive and more compatible with old binaries
relying on the sbrk area.
-.It Dv kern.elf32.aslr.aslr_stack_gap
+.It Dv kern.elf32.aslr.stack_gap
If ASLR is enabled for a binary, a non-zero value creates a randomized
stack gap between strings and the end of the aux vector.
The value is the maximum percentage of main stack to waste on the gap.
@@ -1072,7 +1072,7 @@ Cannot be greater than 50, i.e., at most half of the stack.
64bit PIE binaries ASLR control.
.It Dv kern.elf64.aslr.honor_sbrk
64bit binaries ASLR sbrk compatibility control.
-.It Dv kern.elf32.aslr.aslr_stack_gap
+.It Dv kern.elf64.aslr.stack_gap
Controls stack gap for 64bit binaries.
.It Dv kern.elf32.nxstack
Enables non-executable stack for 32bit processes.