Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/bsd/security/
H A DMakefile10 audit
13 audit
/xnu-11215.61.5/bsd/bsm/
H A DMakefile23 audit.h \
32 audit.h
H A Daudit.h374 int audit(const void *, int)
/xnu-11215.61.5/security/conf/
H A Dfiles4 OPTIONS/audit optional audit
/xnu-11215.61.5/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-11215.61.5/bsd/conf/
H A Dfiles355 bsd/security/audit/audit.c optional config_audit
356 bsd/security/audit/audit_arg.c optional config_audit
357 bsd/security/audit/audit_bsd.c optional config_audit
358 bsd/security/audit/audit_bsm.c optional config_audit
359 bsd/security/audit/audit_bsm_errno.c optional config_audit
360 bsd/security/audit/audit_bsm_fcntl.c optional config_audit
361 bsd/security/audit/audit_bsm_domain.c optional config_audit
362 bsd/security/audit/audit_bsm_klib.c optional config_audit
363 bsd/security/audit/audit_bsm_socket_type.c optional config_audit
364 bsd/security/audit/audit_bsm_token.c optional config_audit
[all …]
H A DMakefile.template209 audit.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
328 audit.o_CWARNFLAGS_ADD += -Wno-sign-conversion
612 $(_v)$(MAKESYSCALLS) $< audit > /dev/null
/xnu-11215.61.5/bsd/man/man4/
H A DMakefile12 audit.4 \
/xnu-11215.61.5/bsd/kern/
H A Dmakesyscalls.sh97 audit)
H A Dkern_credential.c3826 posix_cred_create_internal(posix_cred_t pcred, struct au_session audit) in posix_cred_create_internal() argument
3831 .cr_audit = audit, in posix_cred_create_internal()
4626 struct au_session audit = { in posix_cred_create() local
4630 return posix_cred_create_internal(pcred, audit); in posix_cred_create()
/xnu-11215.61.5/bsd/man/man2/
H A DMakefile27 audit.2 \
/xnu-11215.61.5/doc/allocators/
H A Dread-only.md79 boundaries such as labels, sandboxing, audit tokens, etc.