PERFORCE change 18302 for review
Robert Watson
rwatson at freebsd.org
Sat Sep 28 21:55:58 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18302
Change 18302 by rwatson at rwatson_tislabs on 2002/09/28 14:55:38
Trim some debugging printfs.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#118 (text+ko) ====
@@ -679,9 +679,6 @@
(rangelow == NULL && rangehigh == NULL),
("mac_biba_internalize_label: range mismatch"));
- printf("Biba: single: %s, range low: %s, range high: %s\n",
- single, rangelow, rangehigh);
-
bzero(mac_biba, sizeof(*mac_biba));
if (single != NULL) {
error = mac_biba_parse_element(&mac_biba->mb_single, single);
==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#98 (text+ko) ====
@@ -669,9 +669,6 @@
(rangelow == NULL && rangehigh == NULL),
("mac_biba_internalize_label: range mismatch"));
- printf("MLS: single: %s, range low: %s, range high: %s\n",
- single, rangelow, rangehigh);
-
bzero(mac_mls, sizeof(*mac_mls));
if (single != NULL) {
error = mac_mls_parse_element(&mac_mls->mm_single, single);
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