PERFORCE change 113372 for review
Todd Miller
millert at FreeBSD.org
Mon Jan 22 16:36:44 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113372
Change 113372 by millert at 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 */
};
More information about the trustedbsd-cvs
mailing list