mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
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:
parent
d952820105
commit
8d7a48d367
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user