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
Add a --netns FD option for preexisting namespaces
Implement `--netns FD` to allow bubblewrap to join preexisting network
namespaces via an open file descriptor. This mimics the behavior of
`--userns` and `--pidns`.
Enforce mutual exclusivity between `--netns` and `--unshare-net`.
Add documentation to `bwrap.xml`, update shell completions, and add a
new integration test case (`test-specifying-netns.sh`).
Co-authored-by: rarensu <40872193+rarensu@users.noreply.github.com>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Signed-off-by: Richard Lawrence <rlawrence@tamu.edu>
Copy file name to clipboardExpand all lines: bwrap.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,10 @@
197
197
<listitem><para>Use an existing pid namespace instead of creating one. This is often used with --userns, because the pid namespace must be owned by the same user namespace that bwrap uses. </para>
198
198
<para>Note that this can be combined with --unshare-pid, and in that case it means that the sandbox will be in its own pid namespace, which is a child of the passed in one.</para></listitem>
0 commit comments