From db83b66868ddb31f01f054328c8b111e5bb88bbe Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 22 Oct 2002 14:32:54 +0000 Subject: [PATCH] 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 --- sys/sys/_label.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/_label.h b/sys/sys/_label.h index 98c08d71844..2f101672afb 100644 --- a/sys/sys/_label.h +++ b/sys/sys/_label.h @@ -46,6 +46,8 @@ #define MAC_MAX_POLICIES 4 +#define MAC_FLAG_INITIALIZED 0x0000001 /* Is initialized for use. */ + struct label { int l_flags; union {