diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-11-24 16:03:12 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-11-24 16:03:12 +0000 |
commit | 3a139205d84fb5cb6f3859469f4abefcc26bbdf2 (patch) | |
tree | 09919cbea87d309cf1c6db0e0bdacc8abdcd05b8 /system/sysctl.conf | |
parent | 100d729566a05eda460eb067904cf6fecaee7172 (diff) |
Initial commit of the system files for my ThinkPad AMD P14s which are still a WIP.
Diffstat (limited to 'system/sysctl.conf')
-rw-r--r-- | system/sysctl.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/sysctl.conf b/system/sysctl.conf new file mode 100644 index 0000000..878afc7 --- /dev/null +++ b/system/sysctl.conf @@ -0,0 +1,15 @@ +# +# 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.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 |