diff options
| author | intrigeri | 2019-02-03 09:43:27 +0000 |
|---|---|---|
| committer | jvoisin | 2019-02-03 19:18:41 +0100 |
| commit | e8c1bb0e3c4cae579e81ce6a4b01b829900ff922 (patch) | |
| tree | cd7146283c98f25544334cdd322b8c577ccc40d3 /INSTALL.md | |
| parent | 8b5d0c286c91537b43eb3284aa93b382636e7ebf (diff) | |
Whenever possible, use bwrap for subprocesses
This should closes #90
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -9,9 +9,13 @@ installed like this: | |||
| 9 | pip3 install mat2 | 9 | pip3 install mat2 |
| 10 | ``` | 10 | ``` |
| 11 | 11 | ||
| 12 | |||
| 13 | # GNU/Linux | 12 | # GNU/Linux |
| 14 | 13 | ||
| 14 | ## Optional dependencies | ||
| 15 | |||
| 16 | When [bubblewrap](https://github.com/projectatomic/bubblewrap) is | ||
| 17 | installed, MAT2 uses it to sandbox any external processes it invokes. | ||
| 18 | |||
| 15 | ## Fedora | 19 | ## Fedora |
| 16 | 20 | ||
| 17 | Thanks to [atenart](https://ack.tf/), there is a package available on | 21 | Thanks to [atenart](https://ack.tf/), there is a package available on |
