commit | 997f5b6444f4608692ec807fb802fd9767c80e76 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:06 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:16:57 2012 -0500 |
tree | 3f523cd7aa1a8ab836ad2d494752364dde5b5eac | |
parent | b05d8447e7821695bc2fa3359431f7a664232743 [diff] |
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>