Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2017 00:25:44 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324679 - stable/11/share/man/man9
Message-ID:  <201710170025.v9H0Pixl025913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710170025.v9H0Pixl025913>