Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 09:40:52 -0700 (PDT)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36954 for review
Message-ID:  <200308261640.h7QGeqKP088264@repoman.freebsd.org>

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

Change 36954 by areisse@areisse_tislabs on 2003/08/26 09:40:22

	fix for sebsd_syscall not getting called

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/kern/kern_mac.c#6 edit

Differences ...

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

@@ -4058,7 +4058,7 @@
 		return (error);
 
 	error = ENOSYS;
-	LIST_FOREACH(mpc, &mac_policy_list, mpc_list) {
+	LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) {
 		if (strcmp(mpc->mpc_name, target) == 0 &&
 		    mpc->mpc_ops->mpo_syscall != NULL) {
 			error = mpc->mpc_ops->mpo_syscall(td,



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