diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/audit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 838e05fc0582..fffbc2176ee1 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -184,8 +184,9 @@ | |||
184 | 184 | ||
185 | /* AUDIT_FIELD_COMPARE rule list */ | 185 | /* AUDIT_FIELD_COMPARE rule list */ |
186 | #define AUDIT_COMPARE_UID_TO_OBJ_UID 1 | 186 | #define AUDIT_COMPARE_UID_TO_OBJ_UID 1 |
187 | #define AUDIT_COMPARE_GID_TO_OBJ_GID 2 | ||
187 | 188 | ||
188 | #define AUDIT_MAX_FIELD_COMPARE AUDIT_COMPARE_UID_TO_OBJ_UID | 189 | #define AUDIT_MAX_FIELD_COMPARE AUDIT_COMPARE_GID_TO_OBJ_GID |
189 | /* Rule fields */ | 190 | /* Rule fields */ |
190 | /* These are useful when checking the | 191 | /* These are useful when checking the |
191 | * task structure at task creation time | 192 | * task structure at task creation time |