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>
This commit is contained in:
Ahmed S. Darwish 2008-04-19 09:59:43 +10:00 committed by James Morris
parent 9d57a7f9e2
commit 04305e4aff
4 changed files with 93 additions and 28 deletions

View file

@ -377,8 +377,8 @@ struct audit_field {
u32 type;
u32 val;
u32 op;
char *se_str;
void *se_rule;
char *lsm_str;
void *lsm_rule;
};
#define AUDITSC_INVALID 0