Skip to content
Commit 997f5b64 authored by Eric Paris's avatar Eric Paris Committed by Al Viro
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent b05d8447
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment