mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +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",
|
"run",
|
||||||
"--network",
|
"--network",
|
||||||
"none",
|
"none",
|
||||||
|
"--security-opt=no-new-privileges:true",
|
||||||
"-v",
|
"-v",
|
||||||
f"{document_filename}:/tmp/input_file",
|
f"{document_filename}:/tmp/input_file",
|
||||||
"-v",
|
"-v",
|
||||||
|
|
Loading…
Reference in a new issue