Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 12:08:07 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14438 for review
Message-ID:  <200207181908.g6IJ87sX048753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14438

Change 14438 by rwatson@rwatson_curry on 2002/07/18 12:07:41

	Add #define's for the EA namespace and names for several policies
	that currently use the base externalized label storage.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.h#2 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#2 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.h#2 (text+ko) ====

@@ -42,6 +42,9 @@
 #ifndef _SYS_SECURITY_MAC_BIBA_H
 #define	_SYS_SECURITY_MAC_BIBA_H
 
+#define	MAC_BIBA_EXTATTR_NAMESPACE	EXTATTR_NAMESPACE_SYSTEM
+#define	MAC_BIBA_EXTATTR_NAME		"mac_biba"
+
 #define	MAC_BIBA_FLAG_SINGLE	0x00000001	/* mb_single initialized */
 #define	MAC_BIBA_FLAG_RANGE	0x00000002	/* mb_range* initialized */
 #define	MAC_BIBA_FLAGS_BOTH	(MAC_BIBA_FLAG_SINGLE | MAC_BIBA_FLAG_RANGE)

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.h#2 (text+ko) ====

@@ -42,6 +42,9 @@
 #ifndef _SYS_SECURITY_MAC_MLS_H
 #define	_SYS_SECURITY_MAC_MLS_H
 
+#define	MAC_MLS_EXTATTR_NAMESPACE	EXTATTR_NAMESPACE_SYSTEM
+#define	MAC_MLS_EXTATTR_NAME		"mac_biba"
+
 #define	MAC_MLS_FLAG_SINGLE	0x00000001	/* mm_single initialized */
 #define	MAC_MLS_FLAG_RANGE	0x00000002	/* mm_range* initialized */
 #define	MAC_MLS_FLAGS_BOTH	(MAC_MLS_FLAG_SINGLE | MAC_MLS_FLAG_RANGE)

==== //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.h#4 (text+ko) ====

@@ -42,6 +42,9 @@
 #ifndef _SYS_SECURITY_MAC_TE_H
 #define	_SYS_SECURITY_MAC_TE_H
 
+#define	MAC_TE_EXTATTR_NAMESPACE	EXTATTR_NAMESPACE_SYSTEM
+#define	MAC_TE_EXTATTR_NAME		"mac_mls"
+
 #define	MAC_TE_TYPE_UNINITIALIZED	"uninitialized_t"
 #define	MAC_TE_TYPE_EQUAL	"equal"
 #define	MAC_TE_TYPE_INIT	"init_d"

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?200207181908.g6IJ87sX048753>