svn commit: r324679 - stable/11/share/man/man9

Ed Maste emaste at FreeBSD.org
Tue Oct 17 00:25:45 UTC 2017


Author: emaste
Date: Tue Oct 17 00:25:44 2017
New Revision: 324679
URL: https://svnweb.freebsd.org/changeset/base/324679

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

Modified:
  stable/11/share/man/man9/sysctl.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/sysctl.9
==============================================================================
--- stable/11/share/man/man9/sysctl.9	Mon Oct 16 23:43:18 2017	(r324678)
+++ stable/11/share/man/man9/sysctl.9	Tue Oct 17 00:25:44 2017	(r324679)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 23, 2015
+.Dd October 16, 2017
 .Dt SYSCTL 9
 .Os
 .Sh NAME
@@ -637,6 +637,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-all mailing list