PERFORCE change 108147 for review

Robert Watson rwatson at FreeBSD.org
Thu Oct 19 18:26:44 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=108147

Change 108147 by rwatson at rwatson_peppercorn on 2006/10/20 01:25:59

	Sort.

Affected files ...

.. //depot/projects/trustedbsd/priv/sys/sys/priv.h#7 edit
.. //depot/projects/trustedbsd/priv6/src/sys/sys/priv.h#5 edit

Differences ...

==== //depot/projects/trustedbsd/priv/sys/sys/priv.h#7 (text+ko) ====

@@ -105,8 +105,8 @@
 	PRIV_DEBUG_SUGID,	/* Exempt debugging setuid proc. */
 	PRIV_DEBUG_UNPRIV,	/* Exempt unprivileged debug limit. */
 	PRIV_DTRACE_KERNEL,	/* Allow use of DTrace on the kernel. */
+	PRIV_DTRACE_PROC,	/* Allow attaching DTrace to process. */
 	PRIV_DTRACE_USER,	/* Allow process to submit DTrace events. */
-	PRIV_DTRACE_PROC,	/* Allow attaching DTrace to process. */
 	PRIV_FIRMWARE_LOAD,	/* Can load firmware. */
 	PRIV_JAIL_ATTACH,	/* Attach to a jail. */
 	PRIV_KENV_SET,		/* Set kernel env. variables. */

==== //depot/projects/trustedbsd/priv6/src/sys/sys/priv.h#5 (text+ko) ====

@@ -105,8 +105,8 @@
 	PRIV_DEBUG_SUGID,	/* Exempt debugging setuid proc. */
 	PRIV_DEBUG_UNPRIV,	/* Exempt unprivileged debug limit. */
 	PRIV_DTRACE_KERNEL,	/* Allow use of DTrace on the kernel. */
+	PRIV_DTRACE_PROC,	/* Allow attaching DTrace to process. */
 	PRIV_DTRACE_USER,	/* Allow process to submit DTrace events. */
-	PRIV_DTRACE_PROC,	/* Allow attaching DTrace to process. */
 	PRIV_FIRMWARE_LOAD,	/* Can load firmware. */
 	PRIV_JAIL_ATTACH,	/* Attach to a jail. */
 	PRIV_KENV_SET,		/* Set kernel env. variables. */


More information about the trustedbsd-cvs mailing list