]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/amd64/linux/linux_machdep.c
audit: also correctly audit linux_execve()
authorkevans <kevans@FreeBSD.org>
Mon, 26 Oct 2020 17:30:17 +0000 (17:30 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 26 Oct 2020 17:30:17 +0000 (17:30 +0000)
commit5a3e136a3d65716b436db6be12721fa14046598b
tree30d52536d6ce576d2a381c8931bd371a92e71eaf
parent4fecc3b339cd956c2e68eb0b4a07d06efb112fcd
audit: also correctly audit linux_execve()

Linux execve() gets audited as AUE_EXECVE as well, we should also interpret
the return from this correctly for the same reasoning as in r367002.

MFC with: r367002
sys/amd64/linux/linux_machdep.c
sys/amd64/linux32/linux32_machdep.c
sys/arm64/linux/linux_machdep.c
sys/i386/linux/linux_machdep.c