Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2003 10:19:09 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33477 for review
Message-ID:  <200306211719.h5LHJ9sS004780@repoman.freebsd.org>

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

Change 33477 by rwatson@rwatson_powerbook on 2003/06/21 10:18:59

	Add MAC label to vnode.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/vnode.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/vnode.h#2 (text+ko) ====

@@ -61,6 +61,7 @@
 #include <sys/appleapiopts.h>
 #include <sys/cdefs.h>
 #include <sys/queue.h>
+#include <sys/_label.h>
 #include <sys/lock.h>
 
 #include <sys/time.h>
@@ -160,6 +161,7 @@
 	long	v_writecount;			/* reference count of writers */
 	enum	vtagtype v_tag;			/* type of underlying data */
 	void 	*v_data;			/* private data for fs */
+	struct label v_label;			/* MAC label for vnode */
 };
 #define	v_mountedhere	v_un.vu_mountedhere
 #define	v_socket	v_un.vu_socket



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