svn commit: r324509 - head/share/man/man9

Ed Maste emaste at FreeBSD.org
Tue Oct 10 23:54:26 UTC 2017


Author: emaste
Date: Tue Oct 10 23:54:25 2017
New Revision: 324509
URL: https://svnweb.freebsd.org/changeset/base/324509

Log:
  sysctl.9: document CTLFLAG_CAPRD and CTLFLAG_CAPWR
  
  Reported by:	Shawn Webb
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man9/sysctl.9

Modified: head/share/man/man9/sysctl.9
==============================================================================
--- head/share/man/man9/sysctl.9	Tue Oct 10 22:21:05 2017	(r324508)
+++ head/share/man/man9/sysctl.9	Tue Oct 10 23:54:25 2017	(r324509)
@@ -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 
 .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.


More information about the svn-src-head mailing list