]> bbs.cooldavid.org Git - net-next-2.6.git/commit
LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE
authorEric Paris <eparis@redhat.com>
Tue, 27 Apr 2010 21:20:38 +0000 (17:20 -0400)
committerJames Morris <jmorris@namei.org>
Tue, 27 Apr 2010 22:51:12 +0000 (08:51 +1000)
commitcb84aa9b42b506299e5aea1ba4da26c03ab12877
treeaf646c3d148f5c04f7362c8bddc59b8518cafd9e
parentb03df87d119f50715891dcc09e487f6ae5c029f1
LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE

Most of the LSM common audit work uses LSM_AUDIT_DATA_* for the naming.
This was not so for LSM_AUDIT_NO_AUDIT which means the generic initializer
cannot be used.  This patch just renames the flag so the generic
initializer can be used.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/lsm_audit.h
security/lsm_audit.c
security/selinux/avc.c