Bug#824968: bubblewrap: --dev and --unshare-user don't work together

2016-05-25 Thread Simon McVittie
On Sat, 21 May 2016 at 23:56:35 +0100, Simon McVittie wrote: > However, combining "--dev /dev" with "--unshare-user" fails on Debian > kernels with their default configuration (kernel.unprivileged_userns_clone=0); > in particular, this breaks flatpak-builder. Alex Larsson has proposed > patches

Bug#824968: bubblewrap: --dev and --unshare-user don't work together

2016-05-21 Thread Simon McVittie
Package: bubblewrap Version: 0~git160513-2 Severity: normal Tags: patch Forwarded: https://github.com/projectatomic/bubblewrap/pull/71 "bwrap --ro-bind / / --unshare-user --uid 2 --gid 3 /bin/sh" runs the wrapped shell in its own user namespace with uid 2 and gid 3, as expected. Similarly,