From f0ed8fc40821fe09df7d8a5d3cd06a6574e0bed7 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 22 Oct 2002 17:19:06 +0000 Subject: Remove the mac_te policy bits from 'struct oldmac' -- we're not going to merge mac_te, since the SEBSD port of SELinux/FLASK provides a much more mature Type Enforcement implementation. This changes the size of the on-disk 'struct oldmac' EA labels, which may require regeneration. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- sys/security/mac/mac_framework.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/security/mac') diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 5c094beefca4..bcf36e03b21f 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; }; -- cgit v1.3