Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/mac/
H A Dmac_syscalls.c268 intlabel = mac_vnode_label_alloc(); in sys___mac_get_fd()
368 intlabel = mac_vnode_label_alloc(); in kern___mac_get_path()
425 intlabel = mac_vnode_label_alloc(); in sys___mac_set_fd()
529 intlabel = mac_vnode_label_alloc(); in kern___mac_set_path()
H A Dmac_process.c190 *interpvplabel = mac_vnode_label_alloc(); in mac_execve_interpreter_enter()
H A Dmac_vfs.c129 mac_vnode_label_alloc(void) in mac_vnode_label_alloc() function
143 vp->v_label = mac_vnode_label_alloc(); in mac_vnode_init()
H A Dmac_internal.h228 struct label *mac_vnode_label_alloc(void);