Skip to content
  • Gökçen Nurlu's avatar
    _sandboxbwrap.py: Fix post-bwrap cleanup behaviour · 75fe8037
    Gökçen Nurlu authored and Tristan Van Berkom's avatar Tristan Van Berkom committed
    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
    75fe8037