mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Merge pull request #119 from firstlookmedia/52_hardening
Container hardening
This commit is contained in:
commit
66c6340446
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def documenttopixels(document_filename, pixel_dir, container_name):
|
|||
"run",
|
||||
"--network",
|
||||
"none",
|
||||
"--security-opt=no-new-privileges:true",
|
||||
"-v",
|
||||
f"{document_filename}:/tmp/input_file",
|
||||
"-v",
|
||||
|
|
Loading…
Reference in a new issue