Home
last modified time | relevance | path

Searched refs:audit (Results 1 – 16 of 16) sorted by relevance

/xnu-8020.140.41/bsd/security/audit/
H A DMakefile16 INSTALL_MI_DIR = security/audit
20 EXPORT_MI_LIST = ${DATAFILES} audit.h audit_bsd.h audit_private.h
22 EXPORT_MI_DIR = security/audit
H A Daudit_syscalls.c147 audit(proc_t p, struct audit_args *uap, __unused int32_t *retval) in audit() function
1252 audit(proc_t p, struct audit_args *uap, int32_t *retval) in audit() function
H A Daudit_session.c378 SYSCTL_NODE(, OID_AUTO, audit, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "Audit controls");
/xnu-8020.140.41/bsd/security/
H A DMakefile10 audit
13 audit
/xnu-8020.140.41/bsd/bsm/
H A DMakefile23 audit.h \
32 audit.h
H A Daudit.h347 int audit(const void *, int)
/xnu-8020.140.41/security/conf/
H A Dfiles4 OPTIONS/audit optional audit
/xnu-8020.140.41/bsd/conf/
H A Dfiles402 bsd/security/audit/audit.c optional config_audit
403 bsd/security/audit/audit_arg.c optional config_audit
404 bsd/security/audit/audit_bsd.c optional config_audit
405 bsd/security/audit/audit_bsm.c optional config_audit
406 bsd/security/audit/audit_bsm_errno.c optional config_audit
407 bsd/security/audit/audit_bsm_fcntl.c optional config_audit
408 bsd/security/audit/audit_bsm_domain.c optional config_audit
409 bsd/security/audit/audit_bsm_klib.c optional config_audit
410 bsd/security/audit/audit_bsm_socket_type.c optional config_audit
411 bsd/security/audit/audit_bsm_token.c optional config_audit
[all …]
H A DMakefile.template196 audit.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
341 audit.o_CWARNFLAGS_ADD += -Wno-sign-conversion
599 $(_v)$(MAKESYSCALLS) $< audit > /dev/null
/xnu-8020.140.41/osfmk/mach/
H A Dvfs_nspace.defs104 in req_atoken : audit_token_t; /* audit token of requester */
114 in req_atoken : audit_token_t; /* audit token of requester */
H A Daudit_triggers.defs34 * Interface definition for the audit logging facility.
H A Dmach_types.defs323 * task audit token (8 ints)
/xnu-8020.140.41/bsd/man/man4/
H A DMakefile12 audit.4 \
/xnu-8020.140.41/bsd/kern/
H A Dmakesyscalls.sh97 audit)
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile27 audit.2 \
/xnu-8020.140.41/doc/allocators/
H A Dread-only.md77 boundaries such as labels, sandboxing, audit tokens, etc.