mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
audit: convert audit_ever_enabled to a boolean
We were treating it as a boolean, let's make it a boolean to help avoid future mistakes. Reviewed-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
@@ -208,7 +208,7 @@ struct audit_context {
|
||||
struct audit_proctitle proctitle;
|
||||
};
|
||||
|
||||
extern u32 audit_ever_enabled;
|
||||
extern bool audit_ever_enabled;
|
||||
|
||||
extern void audit_copy_inode(struct audit_names *name,
|
||||
const struct dentry *dentry,
|
||||
|
||||
Reference in New Issue
Block a user