-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
dr-xr-xr-x 235 nobody root 0 Mar 16 01:50 proc
from #138
currently, we're using mount -t proc proc /proc
Attempted solution
unshare --mount --map-root-user --pid --fork /bin/bash
mkdir proc
mount -t proc -o uid=0,gid=0 none proc
but we get
mount: a: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed