PERFORCE change 23340 for review
Brian Feldman
green at freebsd.org
Tue Jan 7 14:45:00 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=23340
Change 23340 by green at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list