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
chore(sandbox): slirp --userns-path to fix setns EPERM into bwrap netns
slirp4netns failed with setns(CLONE_NEWNET): Operation not permitted —
bwrap's net namespace is owned by bwrap's child user namespace, which the
host-user slirp process has no CAP_SYS_ADMIN over. Pass
--userns-path=/proc/<pid>/ns/user so slirp enters that userns (where it is
root) before the netns. resolv.conf bind now confirmed working.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments