summaryrefslogtreecommitdiff
path: root/proto_ipv6_fragm.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+70
mit/?id=6c9255645350ce2aecb7c3cd032d0e93d4a7a71a'>6c9255645350ce2aecb7c3cd032d0e93d4a7a71a (patch) treef3720064aba7115b99aa42216dc2da55403ce47f parent55a6f170a413cd8dc7a3a52e5a326e1a87579b4f (diff)
audit: fixup audit_init()
Make sure everything is initialized before we start the kauditd_thread and don't emit the "initialized" record until everything is finished. We also panic with a descriptive message if we can't start the kauditd_thread. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat
-rw-r--r--kernel/audit.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/kernel/audit.c b/kernel/audit.c