Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2003 08:54:57 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33644 for review
Message-ID:  <200306251554.h5PFsvx8035580@repoman.freebsd.org>

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

Change 33644 by cvance@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306251554.h5PFsvx8035580>