Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2008 08:56:31 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133986 for review
Message-ID:  <200801240856.m0O8uV4d012291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133986

Change 133986 by rwatson@rwatson_freebsd_capabilities on 2008/01/24 08:55:51

	Add a capability read/write flag for the sake of compactness.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/sys/sysctl.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/sys/sysctl.h#4 (text+ko) ====

@@ -87,6 +87,7 @@
 #define CTLFLAG_RDTUN	(CTLFLAG_RD|CTLFLAG_TUN)
 #define CTLFLAG_CAPRD	0x00040000	/* Can be read in capability mode */
 #define CTLFLAG_CAPWR	0x00020000	/* Can be written in capability mode */
+#define CTLFLAG_CAPRW	(CTLFLAG_CAPRD|CTLFLAG_CAPWR)
 
 /*
  * Secure level.   Note that CTLFLAG_SECURE == CTLFLAG_SECURE1.  



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