binpash / try

Inspect a command's effects before modifying your live system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing overlay misuse

angelhof opened this issue · comments

Overlayfs' specification prohibits using the same upperdir for different overlays that run at the same time. We need to create a test that exercises this, and similarly add logic to sandbox_valid_or_empty to check whether that is the case and exit early. There is more discussion on that on #85