PERFORCE change 33644 for review
Chris Vance
cvance at FreeBSD.org
Wed Jun 25 15:54:57 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33644
Change 33644 by cvance at cvance_release on 2003/06/25 08:54:03
Remove debug statement (overkill for initial labeling of a fs)
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#7 (text+ko) ====
@@ -433,9 +433,11 @@
vsec->sid = SECINITSID_UNLABELED; /* Use the default label */
struct vattr va;
+ /*
(void)VOP_GETATTR(vp, &va, curthread->td_ucred, curthread);
printf("sebsd_update_vnode_from_extattr: no label for "
"inode=%ld, fsid=%d\n", va.va_fileid, va.va_fsid);
+ */
goto dosclass;
}
if (error) {
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