diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-01-24 17:10:19 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-01-24 17:10:19 +0000 |
| commit | cc25054430221bf0875a2bae29cbf0076fe04128 (patch) | |
| tree | 2f18e01e82833358a4055915acd39742018d2842 /system/sysctl.conf | |
| parent | 1e369ea74b7893438d216713cb65f1d09d21879a (diff) | |
Initial commit
Diffstat (limited to 'system/sysctl.conf')
| -rw-r--r-- | system/sysctl.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/sysctl.conf b/system/sysctl.conf new file mode 100644 index 0000000..189002f --- /dev/null +++ b/system/sysctl.conf @@ -0,0 +1,18 @@ +# +# 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 |
