aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-10-10 23:54:25 +0000
committerEd Maste <emaste@FreeBSD.org>2017-10-10 23:54:25 +0000
commite3127092786bf8c765bb45dd6c2d2ab35e456c4a (patch)
tree9d796b3438c93a8d3ee7b4383c6bd087d34643d9
parent1f9916ed08c56e708dc0518ecc3189c17bf71a5f (diff)
Notes
-rw-r--r--share/man/man9/sysctl.96
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index dbb61f59f2c0..558c65a248fe 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 13, 2016
+.Dd October 10, 2017
.Dt SYSCTL 9
.Os
.Sh NAME
@@ -668,6 +668,10 @@ Additionally, any of the following optional flags may also be specified:
.Bl -tag -width ".Dv CTLFLAG_ANYBODY"
.It Dv CTLFLAG_ANYBODY
Any user or process can write to this sysctl.
+.It Dv CTLFLAG_CAPRD
+A process in capability mode can read from this sysctl.
+.It Dv CTLFLAG_CAPWR
+A process in capability mode can write to this sysctl.
.It Dv CTLFLAG_SECURE
This sysctl can be written to only if the effective securelevel of the
process is \[<=] 0.