diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-12-06 21:48:03 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-12-06 21:48:03 +0000 |
| commit | 56d9e932072f81ebaa7bb1bf5995a46813bc91c4 (patch) | |
| tree | 80bf1fc6acf72a565465aa4b66b0dba3b2b80af2 /sys/security/mac/mac_framework.h | |
| parent | 302e8edbe896cca55f36187a0a551b1f4a89103b (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.h')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 81dad5a37ad8a..098a2bde828c4 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -229,7 +229,7 @@ void mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp); /* * Labeling event operations: processes. */ -void mac_create_cred(struct ucred *cred_parent, struct ucred *cred_child); +void mac_copy_cred(struct ucred *cr1, struct ucred *cr2); int mac_execve_enter(struct image_params *imgp, struct mac *mac_p); void mac_execve_exit(struct image_params *imgp); void mac_execve_transition(struct ucred *old, struct ucred *new, |
