summaryrefslogtreecommitdiff
path: root/libmat2/subprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/subprocess.py')
-rw-r--r--libmat2/subprocess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/subprocess.py b/libmat2/subprocess.py
index 25646f8..e9c66d9 100644
--- a/libmat2/subprocess.py
+++ b/libmat2/subprocess.py
@@ -47,6 +47,7 @@ def _get_bwrap_args(tempdir: str,
47 '--chdir', cwd, 47 '--chdir', cwd,
48 '--unshare-all', 48 '--unshare-all',
49 '--new-session', 49 '--new-session',
50 '--ro-bind', '/etc/ld.so.cache', '/etc/ld.so.cache',
50 # XXX: enable --die-with-parent once all supported platforms have 51 # XXX: enable --die-with-parent once all supported platforms have
51 # a bubblewrap recent enough to support it. 52 # a bubblewrap recent enough to support it.
52 # '--die-with-parent', 53 # '--die-with-parent',