| /f-stack/freebsd/security/mac_partition/ |
| H A D | mac_partition.c | 283 struct label *execlabel) in partition_vnode_check_exec() argument 286 if (execlabel != NULL) { in partition_vnode_check_exec() 292 if (SLOT(execlabel) != 0) in partition_vnode_check_exec()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_process.c | 171 imgp->execlabel = label; in mac_execve_enter() 178 if (imgp->execlabel != NULL) { in mac_execve_exit() 179 mac_cred_label_free(imgp->execlabel); in mac_execve_exit() 180 imgp->execlabel = NULL; in mac_execve_exit()
|
| H A D | mac_vfs.c | 352 vp->v_label, interpvplabel, imgp, imgp->execlabel); in mac_vnode_execve_transition() 366 vp->v_label, interpvplabel, imgp, imgp->execlabel); in mac_vnode_execve_will_transition() 485 imgp->execlabel); in mac_vnode_check_exec()
|
| H A D | mac_policy.h | 570 struct image_params *imgp, struct label *execlabel); 657 struct image_params *imgp, struct label *execlabel); 661 struct label *execlabel);
|
| /f-stack/freebsd/sys/ |
| H A D | imgact.h | 63 struct label *execlabel; /* optional exec label */ member
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | ugidfw_internal.h | 71 struct label *execlabel);
|
| H A D | ugidfw_vnode.c | 114 struct label *execlabel) in ugidfw_vnode_check_exec() argument
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1391 struct label *execlabel) in stub_vnode_check_exec() argument 1620 struct image_params *imgp, struct label *execlabel) in stub_vnode_execve_transition() argument 1628 struct image_params *imgp, struct label *execlabel) in stub_vnode_execve_will_transition() argument
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 2529 struct label *execlabel) in test_vnode_check_exec() argument 2534 LABEL_CHECK(execlabel, MAGIC_CRED); in test_vnode_check_exec() 2908 struct label *execlabel) in test_vnode_execve_transition() argument 2915 LABEL_CHECK(execlabel, MAGIC_CRED); in test_vnode_execve_transition() 2923 struct image_params *imgp, struct label *execlabel) in test_vnode_execve_will_transition() argument 2929 LABEL_CHECK(execlabel, MAGIC_CRED); in test_vnode_execve_will_transition()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 462 struct image_params *imgp, struct label *execlabel __unused) in mac_veriexec_vnode_check_exec()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 2967 struct label *execlabel) in biba_vnode_check_exec() argument 2972 if (execlabel != NULL) { in biba_vnode_check_exec() 2978 exec = SLOT(execlabel); in biba_vnode_check_exec()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2599 struct label *execlabel) in mls_vnode_check_exec() argument 2604 if (execlabel != NULL) { in mls_vnode_check_exec() 2610 exec = SLOT(execlabel); in mls_vnode_check_exec()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2812 struct image_params *imgp, struct label *execlabel) in lomac_vnode_execve_transition() argument 2847 struct image_params *imgp, struct label *execlabel) in lomac_vnode_execve_will_transition() argument
|