dangerzone/dangerzone
Alex Pyrgiotis 935396565c
Reuse the same rootfs for the inner and outer container
Remove the need to copy the Dangerzone container image (used by the
inner container) within a wrapper gVisor image (used by the outer
container). Instead, use the root of the container filesystem for both
containers. We can do this safely because we don't mount any secrets to
the container, and because gVisor offers a read-only view of the
underlying filesystem

Fixes #1048
2025-01-23 23:24:48 +02:00
..
container_helpers Reuse the same rootfs for the inner and outer container 2025-01-23 23:24:48 +02:00
conversion Remove dead code 2024-10-17 15:50:12 +03:00
gui Bind Alert instances to the main window alert property 2025-01-21 10:21:24 +01:00
isolation_provider Run ruff format 2025-01-23 14:48:33 +01:00
__init__.py Add an import preference for vendored packages 2024-10-15 14:58:06 +03:00
args.py Always use sys.exit when exiting the application 2024-05-09 15:57:42 +03:00
cli.py Run ruff format 2025-01-23 14:48:33 +01:00
container_utils.py Factor out container utilities to separate module 2024-12-10 11:31:39 +02:00
document.py Provide sanitized version of output filename 2024-10-17 15:33:58 +03:00
errors.py Factor out container utilities to separate module 2024-12-10 11:31:39 +02:00
logic.py Add a --debug flag to the CLI to help retrieve more logs 2025-01-16 11:35:06 +01:00
settings.py fix: do not catch bare exceptions 2024-06-05 14:19:31 +02:00
util.py Use platformdirs to find user configuration files 2025-01-23 16:26:06 +01:00