opnsense-src/sys/amd64/linux32
Shawn Webb efe03b23a6 HBSD OPNsense: Separate out the ASLR code.
On OPNsense's 16.7 roadmap is HardenedBSD's ASLR code. This commit
separates out the ASLR code from the rest of our exploit mitigation
and system hardening code.

Testing and verification still need to be performed. Initial testing
(compile + boot + `procstat -v PIDofPIEapplication) has been
performed. More thorough testing should occur.

Shared object load order randomization in the RTLD is not included in
this patch. That will be discussed with the fine folks at OPNsense at
a later time.

On i386, the stack isn't randomized enough to provide enough space for
the VDSO to be randomized. Bump the stack randomization up to 14 for
32bit systems and lower the VDSO randomization to 8. This provides
enough of a difference between the two to allow for both stack and
VDSO randomization.

Note that ASLR on 32bit systems is still rather weak. Not much entropy
can be introduced into the stack and VDSO. Brute forcing the stack and
VDSO is well within the realm of possibility. Users are strongly
advised to migrate to 64bit systems.

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
2016-06-08 17:20:42 +02:00
..
linux.h src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_dummy.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_genassym.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_ipc64.h src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
linux32_locore.s src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_machdep.c HBSD OPNsense: Separate out the ASLR code. 2016-06-08 17:20:42 +02:00
linux32_proto.h src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_support.s src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
linux32_syscall.h src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_syscalls.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_sysent.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_systrace_args.c src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
linux32_sysvec.c HBSD OPNsense: Separate out the ASLR code. 2016-06-08 17:20:42 +02:00
linux32_vdso.lds.s src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
Makefile src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
syscalls.conf src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00
syscalls.master src: clean-cut move to release/10.3.0 2016-05-21 08:25:57 +02:00