Re: [PATCH 09/14] bsd-user: Simplify the implementation of execve

2024-07-22 Thread Richard Henderson
On 7/23/24 07:43, Warner Losh wrote: From: Doug Rabson 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 'bi

[PATCH 09/14] bsd-user: Simplify the implementation of execve

2024-07-22 Thread Warner Losh
From: Doug Rabson 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: