Searched refs:v_label (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/security/mac/ |
| H A D | mac_vfs.c | 145 vp->v_label = NULL; in mac_vnode_init() 198 vp->v_label = NULL; in mac_vnode_destroy() 235 vp->v_label); in mac_devfs_update() 255 vp->v_label); in mac_vnode_associate_extattr() 297 dvp->v_label, vp, vp->v_label, cnp); in mac_vnode_create_extattr() 539 vp->v_label, cnp); in mac_vnode_check_link() 658 vp->v_label); in mac_vnode_check_poll() 677 vp->v_label); in mac_vnode_check_read_impl() 746 vp->v_label, cnp); in mac_vnode_check_rename_from() 902 vp->v_label); in mac_vnode_check_stat_impl() [all …]
|
| H A D | mac_system.c | 135 MAC_POLICY_CHECK(kld_check_load, cred, vp, vp->v_label); in mac_kld_check_load() 167 vp != NULL ? vp->v_label : NULL); in mac_system_check_acct() 196 MAC_POLICY_CHECK(system_check_swapon, cred, vp, vp->v_label); in mac_system_check_swapon() 212 MAC_POLICY_CHECK(system_check_swapoff, cred, vp, vp->v_label); in mac_system_check_swapoff()
|
| H A D | mac_audit.c | 125 vl = (vp != NULL) ? vp->v_label : NULL; in mac_system_check_auditctl()
|
| H A D | mac_syscalls.c | 271 mac_vnode_copy_label(vp->v_label, intlabel); in sys___mac_get_fd() 370 mac_vnode_copy_label(nd.ni_vp->v_label, intlabel); in kern___mac_get_path()
|
| H A D | mac_process.c | 191 mac_vnode_copy_label(interpvp->v_label, *interpvplabel); in mac_execve_interpreter_enter()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 771 fps = SLOT(vp->v_label); in mac_veriexec_get_fingerprint_status() 835 SLOT_SET(vp->v_label, fp_status); in mac_veriexec_set_fingerprint_status()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 162 struct label *v_label; /* MAC label for vnode */ member
|