diff options
Diffstat (limited to 'include/uapi/linux/audit.h')
| -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 c35aee9ad4a6..818ae690ab79 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h | |||
| @@ -148,6 +148,7 @@ | |||
| 148 | #define AUDIT_INTEGRITY_PCR 1804 /* PCR invalidation msgs */ | 148 | #define AUDIT_INTEGRITY_PCR 1804 /* PCR invalidation msgs */ |
| 149 | #define AUDIT_INTEGRITY_RULE 1805 /* policy rule */ | 149 | #define AUDIT_INTEGRITY_RULE 1805 /* policy rule */ |
| 150 | #define AUDIT_INTEGRITY_EVM_XATTR 1806 /* New EVM-covered xattr */ | 150 | #define AUDIT_INTEGRITY_EVM_XATTR 1806 /* New EVM-covered xattr */ |
| 151 | #define AUDIT_INTEGRITY_POLICY_RULE 1807 /* IMA policy rules */ | ||
| 151 | 152 | ||
| 152 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ | 153 | #define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */ |
| 153 | 154 | ||
| @@ -157,7 +158,8 @@ | |||
| 157 | #define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at syscall entry */ | 158 | #define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at syscall entry */ |
| 158 | #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */ | 159 | #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */ |
| 159 | #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */ | 160 | #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */ |
| 160 | #define AUDIT_FILTER_TYPE 0x05 /* Apply rule at audit_log_start */ | 161 | #define AUDIT_FILTER_EXCLUDE 0x05 /* Apply rule before record creation */ |
| 162 | #define AUDIT_FILTER_TYPE AUDIT_FILTER_EXCLUDE /* obsolete misleading naming */ | ||
| 161 | #define AUDIT_FILTER_FS 0x06 /* Apply rule at __audit_inode_child */ | 163 | #define AUDIT_FILTER_FS 0x06 /* Apply rule at __audit_inode_child */ |
| 162 | 164 | ||
| 163 | #define AUDIT_NR_FILTERS 7 | 165 | #define AUDIT_NR_FILTERS 7 |
