From 40557b99f5966e4224d8eff9a127b5f9ad8aaa19 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 11 Aug 2018 13:28:03 +0000 Subject: Move sysctl.conf to sbin/sysctl/ and switch to CONFS. This helps with pkgbase to tag this config file as a config file. Approved by: allanjude (mentor), will (mentor) Differential Revision: https://reviews.freebsd.org/D16559 --- sbin/sysctl/Makefile | 1 + sbin/sysctl/sysctl.conf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 sbin/sysctl/sysctl.conf (limited to 'sbin/sysctl') diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 30099aedb34c..2069bd3382d2 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PACKAGE=runtime +CONFS= sysctl.conf PROG= sysctl WARNS?= 3 MAN= sysctl.8 diff --git a/sbin/sysctl/sysctl.conf b/sbin/sysctl/sysctl.conf new file mode 100644 index 000000000000..0c9e796a7ac8 --- /dev/null +++ b/sbin/sysctl/sysctl.conf @@ -0,0 +1,9 @@ +# $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 -- cgit v1.2.3