diff options
author | Ahmed S. Darwish <darwish.07@gmail.com> | 2008-04-18 19:59:43 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-04-18 19:59:43 -0400 |
commit | 04305e4aff8b0533dc05f9f6f1a34d0796bd985f (patch) | |
tree | 9938264917b4b9e6e147b883d88fca94c6788b76 /include | |
parent | 9d57a7f9e23dc30783d245280fc9907cf2c87837 (diff) |
Audit: Final renamings and cleanup
Rename the se_str and se_rule audit fields elements to
lsm_str and lsm_rule to avoid confusion.
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Acked-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/audit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 04869c96016b..4ccb048cae1d 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -377,8 +377,8 @@ struct audit_field { | |||
377 | u32 type; | 377 | u32 type; |
378 | u32 val; | 378 | u32 val; |
379 | u32 op; | 379 | u32 op; |
380 | char *se_str; | 380 | char *lsm_str; |
381 | void *se_rule; | 381 | void *lsm_rule; |
382 | }; | 382 | }; |
383 | 383 | ||
384 | #define AUDITSC_INVALID 0 | 384 | #define AUDITSC_INVALID 0 |