Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 16:36:39 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113372 for review
Message-ID:  <200701221636.l0MGadDo033847@repoman.freebsd.org>

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

Change 113372 by millert@millert_macbook on 2007/01/22 16:35:56

	Swap position of sid and osid in struct sebsd_label.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_labels.h#8 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_labels.h#8 (text+ko) ====

@@ -42,8 +42,8 @@
 #define _SYS_SECURITY_SEBSD_LABELS_H
 
 struct sebsd_label {
+	u_int32_t sid;
 	u_int32_t osid;		/* task_sid for all but task_security_struct */
-	u_int32_t sid;
 	u_int16_t sclass;
 	u_int16_t behavior;	/* only used for mount */
 };



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