sysctl(8): Mention more security.bsd knobs; Refer to security(7)

Reviewed by:            mhorne, pauamma_gundo.com, emaste
MFC after:              2 weeks
Sponsored by:           Kumacom SAS
Differential Revision:  https://reviews.freebsd.org/D41113
This commit is contained in:
Olivier Certner 2023-08-18 01:54:49 +02:00 committed by Mitchell Horne
parent d952820105
commit 8d7a48d367

View file

@ -27,7 +27,7 @@
.\"
.\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93
.\"
.Dd December 24, 2022
.Dd August 18, 2023
.Dt SYSCTL 8
.Os
.Sh NAME
@ -194,7 +194,9 @@ for more information on which tunables are available and how to set them.
.Pp
The string and integer information is summarized below.
For a detailed description of these variables see
.Xr sysctl 3 .
.Xr sysctl 3
and
.Xr security 7 .
.Pp
The changeable column indicates whether a process with appropriate
privilege can change the value.
@ -231,6 +233,8 @@ String and integer values can be set using
.It "kern.logsigexit integer yes"
.It "security.bsd.suser_enabled integer yes"
.It "security.bsd.see_other_uids integer yes"
.It "security.bsd.see_other_gids integer yes"
.It "security.bsd.see_jail_proc integer yes"
.It "security.bsd.unprivileged_proc_debug integer yes"
.It "security.bsd.unprivileged_read_msgbuf integer yes"
.It "vm.loadavg struct no"
@ -320,6 +324,7 @@ option has been deprecated and is silently ignored.
.Xr sysctl 3 ,
.Xr loader.conf 5 ,
.Xr sysctl.conf 5 ,
.Xr security 7,
.Xr loader 8
.Sh HISTORY
A