Home
last modified time | relevance | path

Searched refs:AUDIT_CAPSET (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dnl_audit_types.h342 #if defined(AUDIT_CAPSET) || (defined(HAVE_DECL_AUDIT_CAPSET) && HAVE_DECL_AUDIT_CAPSET)
344 static_assert((AUDIT_CAPSET) == (1322), "AUDIT_CAPSET != 1322");
347 # define AUDIT_CAPSET 1322
716 XLAT(AUDIT_CAPSET),
Dnl_audit_types.in52 AUDIT_CAPSET 1322
/external/kernel-headers/original/uapi/linux/
Daudit.h107 #define AUDIT_CAPSET 1322 /* Record showing argument to sys_capset */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c328 #ifdef AUDIT_CAPSET
329 { "AUDIT_CAPSET", (unsigned long) AUDIT_CAPSET },