You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not currently supported.
The problem here is nsjail will issue a x86_64 execve syscall, so you would need a seccomp policy that supports both archs.
The easiest workaround is to compile nsjail as 32-bit binary.
The easiest workaround is to compile nsjail as 32-bit binary.
Is that actually supported? When I try to compile on a 32-bit system I run into #149. The comment #149 (comment) suggests that 32-bit is not supported. Can anyone clarify?
How can we configure seccomp-bpf for ELF32 executable launched by ELF64 nsjail?
execve
seems to be needed for nsjail's execve itself.I think syscall=45 is
brk
in i386 (not recvfrom in arm64).The text was updated successfully, but these errors were encountered: