On 7/23/24 07:43, Warner Losh wrote:
From: Doug Rabson<[email protected]>
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<[email protected]>
Reviewed-by: Warner Losh<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
bsd-user/freebsd/os-proc.c | 118 +------------------------------------
bsd-user/main.c | 18 ------
2 files changed, 3 insertions(+), 133 deletions(-)
Acked-by: Richard Henderson <[email protected]>
r~