On 7/23/24 07:43, Warner Losh wrote:
From: Doug Rabson<d...@rabson.org>
This removes the logic which prepends the emulator to each call to
execve and fexecve. This is not necessary with the existing
imgact_binmisc support and it avoids the need to install the emulator
binary into jail environments when using 'binmiscctl --pre-open'.
Signed-off-by: Doug Rabson<d...@rabson.org>
Reviewed-by: Warner Losh<i...@bsdimp.com>
Signed-off-by: Warner Losh<i...@bsdimp.com>
---
bsd-user/freebsd/os-proc.c | 118 +------------------------------------
bsd-user/main.c | 18 ------
2 files changed, 3 insertions(+), 133 deletions(-)
Acked-by: Richard Henderson <richard.hender...@linaro.org>
r~