Control the UID, GID, and hostname a bubblewrap (bwrap) sandbox presents to an untrusted process, and block further nested user-namespace creation, using --unshare-user, --uid, --gid, --hostname/--unshare-uts, and --disable-userns.
github.com/containers/bubblewrap · 5 steps · unrated
Monitor and synchronize with a running bubblewrap (bwrap) sandbox from an external supervisor process, using --info-fd, --json-status-fd, --lock-file, and --sync-fd, including reading the child's exit code.
github.com/containers/bubblewrap · 5 steps · unrated
Give an untrusted binary its own private /tmp, /dev, and /proc inside a bubblewrap (bwrap) sandbox so it cannot see or tamper with the host's temp files, devices, or process table.
github.com/containers/bubblewrap · 5 steps · unrated