Home
last modified time | relevance | path

Searched refs:mac_vnode_copy_label (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/security/mac/
HDmac_syscalls.c267 mac_vnode_copy_label(vp->v_label, intlabel); in sys___mac_get_fd()
352 mac_vnode_copy_label(nd.ni_vp->v_label, intlabel); in sys___mac_get_file()
403 mac_vnode_copy_label(nd.ni_vp->v_label, intlabel); in sys___mac_get_link()
HDmac_process.c191 mac_vnode_copy_label(interpvp->v_label, *interpvplabel); in mac_execve_interpreter_enter()
HDmac_framework.h433 void mac_vnode_copy_label(struct label *, struct label *);
HDmac_vfs.c203 mac_vnode_copy_label(struct label *src, struct label *dest) in mac_vnode_copy_label() function