summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac/mac_framework.h')
-rw-r--r--sys/security/mac/mac_framework.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index 5c094be..bcf36e0 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.h
@@ -142,11 +142,6 @@ struct mac_mls {
struct mac_mls_element mm_rangelow, mm_rangehigh;
};
-#define MAC_TE_TYPE_MAXLEN 32
-struct mac_te {
- char mt_type[MAC_TE_TYPE_MAXLEN];
-};
-
struct mac_sebsd {
uint32_t ms_psid;
};
@@ -155,7 +150,6 @@ struct oldmac {
int m_macflags;
struct mac_biba m_biba;
struct mac_mls m_mls;
- struct mac_te m_te;
struct mac_sebsd m_sebsd;
};
OpenPOWER on IntegriCloud