19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# This file is read when going to multi-user and its contents piped thru
|
|
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
|
|
#
|
|
|
|
# Uncomment this to prevent users from seeing information about processes that
|
|
# are being run under another UID.
|
|
#security.bsd.see_other_uids=0
|
|
kern.elf32.aslr.enable=1
|
|
kern.elf32.aslr.pie_enable=1
|
|
kern.elf32.aslr.honor_sbrk=0
|
|
kern.elf64.aslr.enable=1
|
|
kern.elf64.aslr.pie_enable=1
|
|
kern.elf64.aslr.honor_sbrk=0
|
|
vfs.zfs.min_auto_ashift=12
|
|
compat.linux.emul_path="/compat/ubuntu"
|
|
vfs.usermount=1
|