Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_test/mac_test.c 145167 2005-04-16 18:46:29Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_test/mac_test.c 145234 2005-04-18 13:36:57Z rwatson $
1793a1794,1803
> mac_test_check_proc_wait(struct ucred *cred, struct proc *proc)
> {
>
> ASSERT_CRED_LABEL(cred->cr_label);
> ASSERT_CRED_LABEL(proc->p_ucred->cr_label);
>
> return (0);
> }
>
> static int
2508a2519
> .mpo_check_proc_wait = mac_test_check_proc_wait,