kernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBUG kernel option.
authorSascha Wildner <saw@online.de>
Mon, 14 Jan 2019 17:59:58 +0000 (18:59 +0100)
committerSascha Wildner <saw@online.de>
Mon, 14 Jan 2019 17:59:58 +0000 (18:59 +0100)
commitae12603a54610248b25dd74cf2d544c0a9d741fa
treee46aa66f9c327709ddd3cf971cd739dc5aa4bde8
parent2df2f91dbd7cc9ebee18a38ed4b331ff5036dd26
kernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBUG kernel option.

The output is quite excessive and was previously too easily triggered,
like with "sysctl name=value" (instead of just "name=value") in
/etc/sysctl.conf.

Taken-from: FreeBSD
sys/conf/options
sys/config/LINT64
sys/kern/kern_sysctl.c