diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-05 17:52:42 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-05 17:52:42 +0000 |
| commit | 939b97cba63e59f0a189a9d7fdc9e00edb967feb (patch) | |
| tree | 6058b1dbcbf71fdefe96738467b7f10e3de421d2 /sys/security/mac_none/mac_none.c | |
| parent | 670cb89bf4cd20d6bca1b9c6d29fc60142733ad8 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_none/mac_none.c')
| -rw-r--r-- | sys/security/mac_none/mac_none.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/security/mac_none/mac_none.c b/sys/security/mac_none/mac_none.c index 839b0ec9d89f3..127746b67afbd 100644 --- a/sys/security/mac_none/mac_none.c +++ b/sys/security/mac_none/mac_none.c @@ -416,14 +416,16 @@ mac_none_create_cred(struct ucred *cred_parent, struct ucred *cred_child) static void mac_none_execve_transition(struct ucred *old, struct ucred *new, - struct vnode *vp, struct label *vnodelabel) + struct vnode *vp, struct label *vnodelabel, + struct label *interpvnodelabel, struct image_params *imgp) { } static int mac_none_execve_will_transition(struct ucred *old, struct vnode *vp, - struct label *vnodelabel) + struct label *vnodelabel, struct label *interpvnodelabel, + struct image_params *imgp) { return (0); @@ -687,7 +689,7 @@ mac_none_check_vnode_deleteacl(struct ucred *cred, struct vnode *vp, static int mac_none_check_vnode_exec(struct ucred *cred, struct vnode *vp, - struct label *label) + struct label *label, struct image_params *imgp) { return (0); |
