Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 22:27:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10660 for review
Message-ID:  <200205020527.g425RrW87738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10660

Change 10660 by rwatson@rwatson_tislabs on 2002/05/01 22:27:22

	Be a bit more verbose when failing to load a policy due to it
	being too late in the system boot process.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#136 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#136 (text+ko) ====

@@ -252,6 +252,8 @@
 	case MOD_LOAD:
 		if (mpc->mpc_loadtime_flags & MPC_LOADTIME_FLAG_NOTLATE &&
 		    mac_late) {
+			printf("mac_policy_modevent: can't load %s policy "
+			    "after booting\n", mpc->mpc_name);
 			error = EBUSY;
 			break;
 		}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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