Searched refs:audit (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | Makefile | 16 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 D | audit_syscalls.c | 147 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 D | Makefile | 10 audit 13 audit
|
| /xnu-12377.61.12/bsd/bsm/ |
| H A D | Makefile | 23 audit.h \ 32 audit.h
|
| H A D | audit.h | 374 int audit(const void *, int)
|
| /xnu-12377.61.12/security/conf/ |
| H A D | files | 4 OPTIONS/audit optional audit
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | vfs_nspace.defs | 103 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 D | audit_triggers.defs | 34 * Interface definition for the audit logging facility.
|
| H A D | mach_types.defs | 332 * task audit token (8 ints)
|
| /xnu-12377.61.12/bsd/conf/ |
| H A D | files | 366 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 D | Makefile.template | 212 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 D | Makefile | 12 audit.4 \
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | makesyscalls.sh | 97 audit)
|
| H A D | kern_credential.c | 3828 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 D | Makefile | 27 audit.2 \
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | read-only.md | 79 boundaries such as labels, sandboxing, audit tokens, etc.
|