PERFORCE change 107051 for review

Robert Watson rwatson at FreeBSD.org
Sun Oct 1 09:19:26 PDT 2006


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

Change 107051 by rwatson at rwatson_peppercorn on 2006/10/01 16:17:07

	Integrate recent changes from HEAD version of priv list to
	6-STABLE.

Affected files ...

.. //depot/projects/trustedbsd/priv6/src/sys/sys/priv.h#2 integrate

Differences ...

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

@@ -160,7 +160,7 @@
 	PRIV_VFS_CHROOT,	/* chroot(). */
 	PRIV_VFS_CLEARSUGID,	/* Don't clear sugid on change. */
 	PRIV_VFS_EXTATTR_SYSTEM,	/* Operate on system EA namespace. */
-	PRIV_VFS_FCHROOT,	/* fchrot(). */
+	PRIV_VFS_FCHROOT,	/* fchroot(). */
 	PRIV_VFS_FHOPEN,	/* Can fhopen(). */
 	PRIV_VFS_FHSTAT,	/* Can fhstat(). */
 	PRIV_VFS_FHSTATFS,	/* Can fhstatfs(). */
@@ -213,6 +213,7 @@
 	PRIV_NETATM_ADD,
 	PRIV_NETATM_DEL,
 	PRIV_NETATM_SET,
+	PRIV_NETBLUETOOTH_RAW,		/* Open raw bluetooth socket. */
 	PRIV_NETGRAPH_CONTROL,	/* Open netgraph control socket. */
 	PRIV_NETGRAPH_TTY,	/* Configure tty for netgraph. */
 	PRIV_NETINET_RESERVEDPORT,	/* Bind low port number. */


More information about the trustedbsd-cvs mailing list