Arthur Liss

Results 3 issues of Arthur Liss

``` $ cat bwrap_race.sh echo "BASHPID=$BASHPID" bwrap --die-with-parent --dev-bind / / --unshare-pid -- sleep 1234 & BWRAP_PARENT=$! echo "BWRAP_PARENT=$BWRAP_PARENT" BWRAP_CHILD=$(ps axo ppid,pid | grep -P "^$BWRAP_PARENT " | awk '{print...

Try running this in one terminal to cause the mount table to change frequently: ``` $ mkdir from to $ while true; do sudo mount --bind from to && sudo...