diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 930939abfbc6..4fa2810b675e 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -36,7 +36,8 @@ | |||
36 | * 1500 - 1599 kernel LSPP events | 36 | * 1500 - 1599 kernel LSPP events |
37 | * 1600 - 1699 kernel crypto events | 37 | * 1600 - 1699 kernel crypto events |
38 | * 1700 - 1799 kernel anomaly records | 38 | * 1700 - 1799 kernel anomaly records |
39 | * 1800 - 1999 future kernel use (maybe integrity labels and related events) | 39 | * 1800 - 1899 kernel integrity events |
40 | * 1900 - 1999 future kernel use | ||
40 | * 2000 is for otherwise unclassified kernel audit messages (legacy) | 41 | * 2000 is for otherwise unclassified kernel audit messages (legacy) |
41 | * 2001 - 2099 unused (kernel) | 42 | * 2001 - 2099 unused (kernel) |
42 | * 2100 - 2199 user space anomaly records | 43 | * 2100 - 2199 user space anomaly records |
@@ -130,6 +131,7 @@ | |||
130 | #define AUDIT_INTEGRITY_STATUS 1802 /* Integrity enable status */ | 131 | #define AUDIT_INTEGRITY_STATUS 1802 /* Integrity enable status */ |
131 | #define AUDIT_INTEGRITY_HASH 1803 /* Integrity HASH type */ | 132 | #define AUDIT_INTEGRITY_HASH 1803 /* Integrity HASH type */ |
132 | #define AUDIT_INTEGRITY_PCR 1804 /* PCR invalidation msgs */ | 133 | #define AUDIT_INTEGRITY_PCR 1804 /* PCR invalidation msgs */ |
134 | #define AUDIT_INTEGRITY_RULE 1805 /* policy rule */ | ||
133 | 135 | ||
134 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ | 136 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ |
135 | 137 | ||