diff options
Diffstat (limited to 'include/linux/audit.h')
| -rw-r--r-- | include/linux/audit.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 0c04917c2f12..599f3bd2d6c5 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
| @@ -46,7 +46,7 @@ struct audit_tree; | |||
| 46 | struct sk_buff; | 46 | struct sk_buff; |
| 47 | 47 | ||
| 48 | struct audit_krule { | 48 | struct audit_krule { |
| 49 | int vers_ops; | 49 | u32 pflags; |
| 50 | u32 flags; | 50 | u32 flags; |
| 51 | u32 listnr; | 51 | u32 listnr; |
| 52 | u32 action; | 52 | u32 action; |
| @@ -64,6 +64,9 @@ struct audit_krule { | |||
| 64 | u64 prio; | 64 | u64 prio; |
| 65 | }; | 65 | }; |
| 66 | 66 | ||
| 67 | /* Flag to indicate legacy AUDIT_LOGINUID unset usage */ | ||
| 68 | #define AUDIT_LOGINUID_LEGACY 0x1 | ||
| 69 | |||
| 67 | struct audit_field { | 70 | struct audit_field { |
| 68 | u32 type; | 71 | u32 type; |
| 69 | union { | 72 | union { |
