summaryrefslogtreecommitdiff
path: root/libmat2/bubblewrap.py (follow)
AgeCommit message (Collapse)Author
2020-11-13Mount /etc/alternatives inside bubblewrapjvoisin
This is now required by ffmpeg
2020-11-13Please pylintjvoisin
2020-02-11Add which pathfinding for executablestguinot
2019-12-18sandbox: stop mounting new filesystem on /tmpIvy Fay
Mounting new, empty filesystem on /tmp makes impossible to use mat2 for manipulating files stored there. Especially it breaks running tests while creating package and using /tmp as temporary builddir which is common setup in Arch Linux: https://aur.archlinux.org/packages/mat2/#comment-721221
2019-11-26Please the new version of pylintjvoisin
2019-10-12Add a way to disable the sandboxjvoisin
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.