Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnl_audit_types.h370 #if defined(AUDIT_SECCOMP) || (defined(HAVE_DECL_AUDIT_SECCOMP) && HAVE_DECL_AUDIT_SECCOMP)
372 static_assert((AUDIT_SECCOMP) == (1326), "AUDIT_SECCOMP != 1326");
375 # define AUDIT_SECCOMP 1326
720 XLAT(AUDIT_SECCOMP),
Dnl_audit_types.in56 AUDIT_SECCOMP 1326
/external/kernel-headers/original/uapi/linux/
Daudit.h111 #define AUDIT_SECCOMP 1326 /* Secure Computing event */ macro