Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 06:45:00 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23340 for review
Message-ID:  <200301071445.h07Ej0UF093929@repoman.freebsd.org>

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

Change 23340 by green@green_laptop_2 on 2003/01/07 06:44:20

	Remove some unnecessary code.

Affected files ...

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

Differences ...

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

@@ -289,7 +289,6 @@
 				  AVC_AUDITDENY, auditdata);
 
 
-#ifndef __TBD_CDV__
 		if (avc_debug_always_allow) {
 			ae->allowed |= requested; 
 			mtx_unlock(&avc_lock);
@@ -298,10 +297,6 @@
 			mtx_unlock(&avc_lock);
 			return -EACCES;
 		}
-#else /* __TBD_CDV__ */
-		mtx_unlock(&avc_lock);
-		return -EACCES;
-#endif /* __TBD_CDV__ */
 	}
 
 	if (requested & ae->auditallow)

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?200301071445.h07Ej0UF093929>