add sysctl
This commit is contained in:
parent
56b285dd84
commit
707af55a72
1 changed files with 13 additions and 0 deletions
13
sysctl.conf
Normal file
13
sysctl.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
net.local.stream.recvspace=65536
|
||||||
|
net.local.stream.sendspace=65536
|
||||||
|
compat.linux.emul_path="/compat/debian"
|
||||||
|
security.bsd.unprivileged_chroot=1
|
||||||
Loading…
Add table
Reference in a new issue