Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 11:21:48 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26890 for review
Message-ID:  <200303141921.h2EJLmiM032647@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26890

Change 26890 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303141921.h2EJLmiM032647>