diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-08-26 17:29:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-08-26 17:29:02 +0000 |
| commit | a6a65b05d5eea33bf8de07f65eec1e28193f12a3 (patch) | |
| tree | 926e0d59368288a3182983bb72882b1c74ad82a2 /sys/security/mac/mac_framework.c | |
| parent | 1855be730c84e67a4606b90f7e6f7017548a05e6 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.c')
| -rw-r--r-- | sys/security/mac/mac_framework.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 490b492f1b86..700b0291ce03 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -3855,7 +3855,7 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap) 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, |
