summaryrefslogtreecommitdiff
path: root/libmat2/subprocess.py (follow)
AgeCommit message (Collapse)Author
2019-02-09Streamline a bit the previous commitjvoisin
2019-02-09bind mount /etc/ld.so.cache to the sandboxPoncho
without /etc/ld.so.cache available in the sandbox, tests fail on gentoo with: /usr/bin/ffmpeg: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
2019-02-03Whenever possible, use bwrap for subprocessesintrigeri
This should closes #90