/freebsd-src/sys/security/mac/ |
H A D | mac_process.c | 184 struct label **interpvplabel) in mac_execve_interpreter_enter() 195 mac_execve_interpreter_exit(struct label *interpvplabel) in mac_execve_interpreter_exit()
|
H A D | mac_vfs.c | 344 struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_transition() 355 struct label *interpvplabel, struct image_params *imgp) in mac_vnode_execve_will_transition()
|
/freebsd-src/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 473 mac_grantbylabel_vnode_execve_will_transition(struct ucred * old,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) mac_grantbylabel_vnode_execve_will_transition() argument
|
/freebsd-src/sys/kern/ |
H A D | kern_exec.c | 401 struct label *interpvplabel = NULL; do_execve() local
|
/freebsd-src/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 2814 lomac_vnode_execve_transition(struct ucred * old,struct ucred * new,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) lomac_vnode_execve_transition() argument 2849 lomac_vnode_execve_will_transition(struct ucred * old,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) lomac_vnode_execve_will_transition() argument
|
/freebsd-src/sys/security/mac_stub/ |
H A D | mac_stub.c | 1643 stub_vnode_execve_transition(struct ucred * old,struct ucred * new,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) stub_vnode_execve_transition() argument 1651 stub_vnode_execve_will_transition(struct ucred * old,struct vnode * vp,struct label * vplabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) stub_vnode_execve_will_transition() argument
|
/freebsd-src/sys/security/mac_test/ |
H A D | mac_test.c | 2939 test_vnode_execve_transition(struct ucred * old,struct ucred * new,struct vnode * vp,struct label * filelabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) test_vnode_execve_transition() argument 2954 test_vnode_execve_will_transition(struct ucred * old,struct vnode * vp,struct label * filelabel,struct label * interpvplabel,struct image_params * imgp,struct label * execlabel) test_vnode_execve_will_transition() argument
|