Skip to content
Snippets Groups Projects
Commit 120a795d authored by Al Viro's avatar Al Viro
Browse files

audit mmap


Normal syscall audit doesn't catch 5th argument of syscall.  It also
doesn't catch the contents of userland structures pointed to be
syscall argument, so for both old and new mmap(2) ABI it doesn't
record the descriptor we are mapping.  For old one it also misses
flags.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent af295132
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment