@@ -0,0 +1,20 @@
#!/bin/bash
set -euo pipefail
mount \
--types proc \
proc \
/mnt/proc
--types sysfs \
sys \
/mnt/sys
--bind \
/dev \
/mnt/dev
--types devpts \
pts \
/mnt/dev/pts
The note is not visible to the blocked user.