PERFORCE change 76435 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue May 3 08:56:24 PDT 2005


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

Change 76435 by csjp at csjp_xor on 2005/05/03 15:55:17

	Add a comment to the code so we dont forget to break circular dependencies

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#3 edit

Differences ...

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

@@ -499,6 +499,7 @@
 	return (0);
 }
 
+/* XXX we need to break circular dependencies here!! */
 static int
 mac_chkexec_check_depends(struct vnode *vp, struct ucred *cred)
 {


More information about the p4-projects mailing list