Home
last modified time | relevance | path

Searched refs:AUDIT_FEATURE_CHANGE (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dnl_audit_types.in63 * of AUDIT_FEATURE_CHANGE constant introduced by commit v3.13-rc1~19^2~20
67 * of AUDIT_FEATURE_CHANGE was ignored by userspace because of the established
70 * the old value of AUDIT_FEATURE_CHANGE didn't exist.
72 # undef AUDIT_FEATURE_CHANGE
74 AUDIT_FEATURE_CHANGE 1328
Dnl_audit_types.h386 # undef AUDIT_FEATURE_CHANGE
388 #if defined(AUDIT_FEATURE_CHANGE) || (defined(HAVE_DECL_AUDIT_FEATURE_CHANGE) && HAVE_DECL_AUDIT_FE…
390 static_assert((AUDIT_FEATURE_CHANGE) == (1328), "AUDIT_FEATURE_CHANGE != 1328");
393 # define AUDIT_FEATURE_CHANGE 1328
736 # undef AUDIT_FEATURE_CHANGE
738 XLAT(AUDIT_FEATURE_CHANGE),
/external/kernel-headers/original/uapi/linux/
Daudit.h113 #define AUDIT_FEATURE_CHANGE 1328 /* audit log listing feature changes */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c526 #ifdef AUDIT_FEATURE_CHANGE
527 { "AUDIT_FEATURE_CHANGE", (unsigned long) AUDIT_FEATURE_CHANGE },
/external/strace/
DChangeLog4359 xlat: override the value of AUDIT_FEATURE_CHANGE constant.
4361 of AUDIT_FEATURE_CHANGE constant introduced by commit v3.13-rc1~19^2~20
4366 of AUDIT_FEATURE_CHANGE was ignored by userspace because of the
4371 the old value of AUDIT_FEATURE_CHANGE didn't exist.
4373 * xlat/nl_audit_types.in (AUDIT_FEATURE_CHANGE): Undefine.