Skip to content
Commit 75fe8037 authored by Gökçen Nurlu's avatar Gökçen Nurlu Committed by Tristan Van Berkom
Browse files

_sandboxbwrap.py: Fix post-bwrap cleanup behaviour

The cleanup was supposed not to remove folders (`/dev`, `/tmp`, `/proc`) if
they already existed before bwrap but it did the opposite: it tried to remove
them if they existed before, and didn't remove them if they were created during
bwrap. This was caused by a `not` clause, and this removes it.

Fixes #379
parent fe24fc3b
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment