summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorintrigeri2019-02-03 09:43:27 +0000
committerjvoisin2019-02-03 19:18:41 +0100
commite8c1bb0e3c4cae579e81ce6a4b01b829900ff922 (patch)
treecd7146283c98f25544334cdd322b8c577ccc40d3 /INSTALL.md
parent8b5d0c286c91537b43eb3284aa93b382636e7ebf (diff)
Whenever possible, use bwrap for subprocesses
This should closes #90
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a2b9230..53264c2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,9 +9,13 @@ installed like this:
9pip3 install mat2 9pip3 install mat2
10``` 10```
11 11
12
13# GNU/Linux 12# GNU/Linux
14 13
14## Optional dependencies
15
16When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
17installed, MAT2 uses it to sandbox any external processes it invokes.
18
15## Fedora 19## Fedora
16 20
17Thanks to [atenart](https://ack.tf/), there is a package available on 21Thanks to [atenart](https://ack.tf/), there is a package available on