Deleted Added
full compact
38c38
< __FBSDID("$FreeBSD: head/sys/security/mac/mac_process.c 122524 2003-11-12 03:14:31Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/security/mac/mac_process.c 123173 2003-12-06 21:48:03Z rwatson $");
225c225
< mac_create_cred(struct ucred *parent_cred, struct ucred *child_cred)
---
> mac_copy_cred(struct ucred *src, struct ucred *dest)
228c228
< MAC_PERFORM(create_cred, parent_cred, child_cred);
---
> MAC_PERFORM(copy_cred_label, src->cr_label, dest->cr_label);