From a21cf82221465ca572c8ccea219dda911ae9ebaa Mon Sep 17 00:00:00 2001 From: Reed McIntosh Date: Fri, 16 Apr 2021 00:48:13 -0400 Subject: [PATCH] stuff --- FreeBSD/etc/sysctl.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FreeBSD/etc/sysctl.conf diff --git a/FreeBSD/etc/sysctl.conf b/FreeBSD/etc/sysctl.conf new file mode 100644 index 0000000..b35b658 --- /dev/null +++ b/FreeBSD/etc/sysctl.conf @@ -0,0 +1,13 @@ +# $FreeBSD$ +# +# 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 + +net.inet.ip.forwarding=1 +net.inet6.ip6.forwarding=1 +