summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-03-23 02:09:20 +0000
committerrwatson <rwatson@FreeBSD.org>2003-03-23 02:09:20 +0000
commitb0cc396f99cee1747cbb1c492e79d3007c8f5897 (patch)
treee81090ff9f39733e318962e94b3a185e4a5692e4 /sys/security
parent1772de4664a037129721b4660988df31b956da9d (diff)
downloadFreeBSD-src-b0cc396f99cee1747cbb1c492e79d3007c8f5897.zip
FreeBSD-src-b0cc396f99cee1747cbb1c492e79d3007c8f5897.tar.gz
Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE,
which are no longer required now that we have UFS2 with extended attribute transactions. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_framework.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index c6b9c73..b12ba2a 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.h
@@ -49,14 +49,6 @@
#endif
/*
- * XXXMAC: The single MAC extended attribute will be deprecated once
- * compound EA writes on a single target file can be performed cleanly
- * with UFS2.
- */
-#define FREEBSD_MAC_EXTATTR_NAME "freebsd.mac"
-#define FREEBSD_MAC_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM
-
-/*
* MAC framework-related constants and limits.
*/
#define MAC_MAX_POLICY_NAME 32
OpenPOWER on IntegriCloud