• A
    audit mmap · 120a795d
    Al Viro 提交于
    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: NAl Viro <viro@zeniv.linux.org.uk>
    120a795d
mmap.c 69.4 KB