minijail0 fails to enter existing network namespace |
||
Issue descriptionWith the latest minijail0, entering existing network namespace always crashes: # ip netns add foo # ls -l /run/netns/foo -r--r--r--. 1 root root 0 Dec 25 16:42 /run/netns/foo # ip netns exec foo /bin/ls; echo $? 0 # minijail0 -e/run/netns/foo /bin/ls; echo $? 134 /var/log/messages says minijail0 crashed by EBADF. 2018-12-25T16:42:58.401689-08:00 ERR coreutils[3626]: libminijail[3626]: setns(CLONE_NEWNET) failed: Bad file descriptor
,
Dec 27
should be fixed by: https://android-review.googlesource.com/858121
,
Dec 28
Thanks Mike for the fix! |
||
►
Sign in to add a comment |
||
Comment 1 by vapier@chromium.org
, Dec 27