Re: [PATCH V1 24/26] seccomp: cpr-exec blocker

2024-05-21 Thread Daniel P . Berrangé
On Mon, May 13, 2024 at 03:29:48PM -0400, Steven Sistare wrote: > On 5/10/2024 3:54 AM, Daniel P. Berrangé wrote: > > On Mon, Apr 29, 2024 at 08:55:33AM -0700, Steve Sistare wrote: > > > cpr-exec mode needs permission to exec. Block it if permission is denied. > > > > > > Signed-off-by: Steve

Re: [PATCH V1 24/26] seccomp: cpr-exec blocker

2024-05-13 Thread Steven Sistare
On 5/10/2024 3:54 AM, Daniel P. Berrangé wrote: On Mon, Apr 29, 2024 at 08:55:33AM -0700, Steve Sistare wrote: cpr-exec mode needs permission to exec. Block it if permission is denied. Signed-off-by: Steve Sistare --- include/sysemu/seccomp.h | 1 + system/qemu-seccomp.c| 10

Re: [PATCH V1 24/26] seccomp: cpr-exec blocker

2024-05-10 Thread Daniel P . Berrangé
On Mon, Apr 29, 2024 at 08:55:33AM -0700, Steve Sistare wrote: > cpr-exec mode needs permission to exec. Block it if permission is denied. > > Signed-off-by: Steve Sistare > --- > include/sysemu/seccomp.h | 1 + > system/qemu-seccomp.c| 10 -- > system/vl.c | 6

Re: [PATCH V1 24/26] seccomp: cpr-exec blocker

2024-05-09 Thread Fabiano Rosas
Steve Sistare writes: > cpr-exec mode needs permission to exec. Block it if permission is denied. > > Signed-off-by: Steve Sistare Reviewed-by: Fabiano Rosas

[PATCH V1 24/26] seccomp: cpr-exec blocker

2024-04-29 Thread Steve Sistare
cpr-exec mode needs permission to exec. Block it if permission is denied. Signed-off-by: Steve Sistare --- include/sysemu/seccomp.h | 1 + system/qemu-seccomp.c| 10 -- system/vl.c | 6 ++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git