PERFORCE change 26890 for review

Robert Watson rwatson at freebsd.org
Fri Mar 14 19:21:48 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=26890

Change 26890 by rwatson at rwatson_tislabs on 2003/03/14 11:21:46

	FREEBSD_MAC_EXTATTR_NAME and associated concepts no longer
	required: each policy makes use of its own EAs, rather than
	relying on a single EA and structure for the framework.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#229 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#229 (text+ko) ====

@@ -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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list