diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/audit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index d820aa979620..76c5e7eb1189 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h | |||
| @@ -327,9 +327,11 @@ enum { | |||
| 327 | #define AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT 0x00000001 | 327 | #define AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT 0x00000001 |
| 328 | #define AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME 0x00000002 | 328 | #define AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME 0x00000002 |
| 329 | #define AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH 0x00000004 | 329 | #define AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH 0x00000004 |
| 330 | #define AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND 0x00000008 | ||
| 330 | #define AUDIT_FEATURE_BITMAP_ALL (AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT | \ | 331 | #define AUDIT_FEATURE_BITMAP_ALL (AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT | \ |
| 331 | AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME | \ | 332 | AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME | \ |
| 332 | AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH) | 333 | AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH | \ |
| 334 | AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND) | ||
| 333 | 335 | ||
| 334 | /* deprecated: AUDIT_VERSION_* */ | 336 | /* deprecated: AUDIT_VERSION_* */ |
| 335 | #define AUDIT_VERSION_LATEST AUDIT_FEATURE_BITMAP_ALL | 337 | #define AUDIT_VERSION_LATEST AUDIT_FEATURE_BITMAP_ALL |
