Home
last modified time | relevance | path

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

/xnu-12377.61.12/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
1259 audit(proc_t p, struct audit_args *uap, int32_t *retval) in audit() function
/xnu-12377.61.12/bsd/security/
H A DMakefile10 audit
13 audit
/xnu-12377.61.12/bsd/bsm/
H A DMakefile23 audit.h \
32 audit.h
H A Daudit.h374 int audit(const void *, int)
/xnu-12377.61.12/security/conf/
H A Dfiles4 OPTIONS/audit optional audit
/xnu-12377.61.12/osfmk/mach/
H A Dvfs_nspace.defs103 in req_atoken : audit_token_t; /* audit token of requester */
113 in req_atoken : audit_token_t; /* audit token of requester */
123 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.defs332 * task audit token (8 ints)
/xnu-12377.61.12/bsd/conf/
H A Dfiles366 bsd/security/audit/audit.c optional config_audit
367 bsd/security/audit/audit_arg.c optional config_audit
368 bsd/security/audit/audit_bsd.c optional config_audit
369 bsd/security/audit/audit_bsm.c optional config_audit
370 bsd/security/audit/audit_bsm_errno.c optional config_audit
371 bsd/security/audit/audit_bsm_fcntl.c optional config_audit
372 bsd/security/audit/audit_bsm_domain.c optional config_audit
373 bsd/security/audit/audit_bsm_klib.c optional config_audit
374 bsd/security/audit/audit_bsm_socket_type.c optional config_audit
375 bsd/security/audit/audit_bsm_token.c optional config_audit
[all …]
H A DMakefile.template212 audit.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
334 audit.o_CWARNFLAGS_ADD += -Wno-sign-conversion
631 $(_v)$(MAKESYSCALLS) $< audit > /dev/null
/xnu-12377.61.12/bsd/man/man4/
H A DMakefile12 audit.4 \
/xnu-12377.61.12/bsd/kern/
H A Dmakesyscalls.sh97 audit)
H A Dkern_credential.c3828 posix_cred_create_internal(posix_cred_t pcred, struct au_session audit) in posix_cred_create_internal() argument
3833 .cr_audit = audit, in posix_cred_create_internal()
4627 struct au_session audit = { in posix_cred_create() local
4631 return posix_cred_create_internal(pcred, audit); in posix_cred_create()
/xnu-12377.61.12/bsd/man/man2/
H A DMakefile27 audit.2 \
/xnu-12377.61.12/doc/allocators/
H A Dread-only.md79 boundaries such as labels, sandboxing, audit tokens, etc.