Home
last modified time | relevance | path

Searched refs:mac_system_check_auditctl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_audit.c115 mac_system_check_auditctl(struct ucred *cred, struct vnode *vp) in mac_system_check_auditctl() function
H A Dmac_framework.h432 int mac_system_check_auditctl(struct ucred *cred, struct vnode *vp);
/freebsd/sys/security/audit/
H A Daudit_syscalls.c809 error = mac_system_check_auditctl(td->td_ucred, vp); in sys_auditctl()