From: Al Viro Date: Sat, 30 Oct 2010 06:54:44 +0000 (-0400) Subject: audit mmap X-Git-Tag: v2.6.37-rc1~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120a795da07c9a02221ca23464c28a7c6ad7de1d;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed