Skip to content

Commit

Permalink
WIP: Avoid logging container output
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jan 29, 2024
1 parent 472ebe0 commit f9d88ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dangerzone/isolation_provider/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def exec_container(
security_args = ["--log-driver", "none"]
security_args += ["--security-opt", "no-new-privileges"]
security_args += ["--userns", "keep-id"]
security_args += ["--log-driver", "none"]
else:
security_args = ["--security-opt=no-new-privileges:true"]

Expand Down

0 comments on commit f9d88ec

Please sign in to comment.