Move the label initialized flag into _label.h: it's no longer

exported to userspace.

Approved by:	re
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Robert Watson 2002-10-22 14:32:54 +00:00
parent 24e8d0d07b
commit db83b66868

View file

@ -46,6 +46,8 @@
#define MAC_MAX_POLICIES 4
#define MAC_FLAG_INITIALIZED 0x0000001 /* Is initialized for use. */
struct label {
int l_flags;
union {