Home
last modified time | relevance | path

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

/trueos/sys/security/mac/
HDmac_system.c130 mac_kld_check_load(struct ucred *cred, struct vnode *vp) in mac_kld_check_load() function
HDmac_framework.h183 int mac_kld_check_load(struct ucred *cred, struct vnode *vp);
/trueos/sys/kern/
HDlink_elf.c759 error = mac_kld_check_load(curthread->td_ucred, nd.ni_vp); in link_elf_load_file()
HDlink_elf_obj.c471 error = mac_kld_check_load(td->td_ucred, nd.ni_vp); in link_elf_load_file()