PERFORCE change 33477 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jun 21 17:19:09 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33477
Change 33477 by rwatson at 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list