]> git.baikalelectronics.ru Git - kernel.git/commit
audit: remove AUDIT_SETUP_CONTEXT as it isn't used
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 19:23:06 +0000 (14:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 17 Jan 2012 21:16:57 +0000 (16:16 -0500)
commit534d8bdd2d1e574c290b3da5549a5ae6f42a998e
tree3f523cd7aa1a8ab836ad2d494752364dde5b5eac
parentbfbae5ee92f25952e0bcf78ce0b2b514eb437e84
audit: remove AUDIT_SETUP_CONTEXT as it isn't used

Audit contexts have 3 states.  Disabled, which doesn't collect anything,
build, which collects info but might not emit it, and record, which
collects and emits.  There is a 4th state, setup, which isn't used.  Get
rid of it.

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.h