summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_mls/mac_mls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac_mls/mac_mls.h')
-rw-r--r--sys/security/mac_mls/mac_mls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.h b/sys/security/mac_mls/mac_mls.h
index bf255a1..23296dd 100644
--- a/sys/security/mac_mls/mac_mls.h
+++ b/sys/security/mac_mls/mac_mls.h
@@ -43,7 +43,9 @@
#define _SYS_SECURITY_MAC_MLS_H
#define MAC_MLS_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM
-#define MAC_MLS_EXTATTR_NAME "mac_biba"
+#define MAC_MLS_EXTATTR_NAME "mac_mls"
+
+#define MAC_MLS_LABEL_NAME "mls"
#define MAC_MLS_FLAG_SINGLE 0x00000001 /* mm_single initialized */
#define MAC_MLS_FLAG_RANGE 0x00000002 /* mm_range* initialized */
OpenPOWER on IntegriCloud