You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like mount --rbind -o ro,noload --read-only /run "$SANDBOX_DIR/temproot/run" is not making /run mount as readonly.
We should also try to get this mounted in overlayfs aswell so we can track changes in run.
Motivation: running try rm -rf --no-preserve-root /* will break the system until the system is power-cycled as removing entries in /run breaks systemd.
It seems like
mount --rbind -o ro,noload --read-only /run "$SANDBOX_DIR/temproot/run"
is not making /run mount as readonly.We should also try to get this mounted in overlayfs aswell so we can track changes in run.
Motivation: running
try rm -rf --no-preserve-root /*
will break the system until the system is power-cycled as removing entries in /run breaks systemd.Relates to #20
The text was updated successfully, but these errors were encountered: