Home
last modified time | relevance | path

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

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