Skip to content
Commit f6a789d1 authored by David Woodhouse's avatar David Woodhouse
Browse files

AUDIT: Spawn kernel thread to list filter rules.



If we have enough rules to fill the netlink buffer space, it'll 
deadlock because auditctl isn't ever actually going to read from the 
socket until we return, and we aren't going to return until it 
reads... so we spawn a kernel thread to spew out the list and then
exit.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent ae7b961b
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