mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
24e8d0d07b
commit
db83b66868
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@
|
|||
|
||||
#define MAC_MAX_POLICIES 4
|
||||
|
||||
#define MAC_FLAG_INITIALIZED 0x0000001 /* Is initialized for use. */
|
||||
|
||||
struct label {
|
||||
int l_flags;
|
||||
union {
|
||||
|
|
|
|||
Loading…
Reference in a new issue