PERFORCE change 18992 for review

Robert Watson rwatson at freebsd.org
Wed Oct 9 21:21:21 GMT 2002


http://perforce.freebsd.org/p4db/chv.cgi?CH=18992

Change 18992 by rwatson at rwatson_tislabs on 2002/10/09 14:21:04

	Print the string WARNING: in front of the mount-time warning
	if a file system is multilabel but the kernel isn't MAC.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vfsops.c#22 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/ufs/ffs/ffs_vfsops.c#22 (text+ko) ====

@@ -741,7 +741,8 @@
 #ifdef MAC
 		mp->mnt_flag |= MNT_MULTILABEL;
 #else
-		printf("%s: multilabel flag on fs but no MAC support\n",
+		printf(
+"WARNING: %s: multilabel flag on fs but no MAC support\n",
 		    fs->fs_fsmnt);
 #endif
 	ump->um_mountp = mp;
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