From 707af55a72213de70ff33db4c1add367d712dda5 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:08:25 +0300 Subject: [PATCH] add sysctl --- sysctl.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysctl.conf diff --git a/sysctl.conf b/sysctl.conf new file mode 100644 index 0000000..d4a2876 --- /dev/null +++ b/sysctl.conf @@ -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