summaryrefslogtreecommitdiff
path: root/stun.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04stun: add header fileDaniel Borkmann1-0/+6
/option>mode:
authorPaul Moore <paul@paul-moore.com>2016-11-29 16:53:23 -0500
committerPaul Moore <paul@paul-moore.com>2016-12-14 13:06:04 -0500
commit6c9255645350ce2aecb7c3cd032d0e93d4a7a71a (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