qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 09/14] bsd-user: Simplify the implementation of execve
Date: Tue, 23 Jul 2024 11:03:56 +1000
User-agent: Mozilla Thunderbird

On 7/23/24 07:43, Warner Losh wrote:
From: Doug Rabson<dfr@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<dfr@rabson.org>
Reviewed-by: Warner Losh<imp@bsdimp.com>
Signed-off-by: Warner Losh<imp@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]