Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 15:14:15 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14108 for review
Message-ID:  <200207112214.g6BMEFtV025520@freefall.freebsd.org>

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

Change 14108 by green@green_laptop_2 on 2002/07/11 15:13:26

	Make sure to register for space in the per-policy internal MAC
	labels.  Until now, SEBSD could not coexist with other policies
	because it would overwrite slot 0 with its labels.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#11 (text+ko) ====

@@ -515,4 +515,4 @@
 };
 
 MAC_POLICY_SET(sebsd_ops, trustedbsd_sebsd, "Security Enhanced BSD",
-    MPC_LOADTIME_FLAG_NOTLATE, NULL);
+    MPC_LOADTIME_FLAG_NOTLATE, &slot);

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?200207112214.g6BMEFtV025520>