]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
audit: also correctly audit linux_execve()
authorKyle Evans <kevans@FreeBSD.org>
Mon, 26 Oct 2020 17:30:17 +0000 (17:30 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 26 Oct 2020 17:30:17 +0000 (17:30 +0000)
commitd42a83b1a914e4c0db0a9070076883c1d2de9f3d
tree30d52536d6ce576d2a381c8931bd371a92e71eaf
parent8310609fdd766f8c9b1449ed6440c101d177bca1
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