PERFORCE change 36954 for review
Andrew Reisse
areisse at FreeBSD.org
Tue Aug 26 16:40:52 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=36954
Change 36954 by areisse at 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,
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