aboutsummaryrefslogtreecommitdiff
path: root/system/sysctl.conf
blob: 49f9cf70114815cdb8fba6b20d1d0fa2b3414605 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#  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
vfs.zfs.vdev.min_auto_ashift=12

# Allow FreeBSD users to mount CDROMs / DVDs / USB devices
vfs.usermount=1

# Set Focusrite Scarlett 2i2 Gen 3 as default sound device
hw.snd.default_unit=5

# Stop core dumps
kern.coredump=0

# Allow system to poweroff
hw.efi.poweroff=0