Closed Lan-Hekary closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
new code merged thanks again @Lan-Hekary
Thanks @thelamer , Please Note that this issue is present in many of the Images, not only this one. I don't have an complete list of the images that have the same dependacy, can you check on the rest of the images ??
Is there an existing issue for this?
Current Behavior
no matter whether you set
seccomp=unconfined
or not in the docker compose chromium-browser script always run the process with--no-sandbox
flag you can check by openningchrome://sandbox
in the browser.Expected Behavior
By setting in docker
seccomp=unconfined
the value in/proc/1/status
is set toSeccomp:\t0
, Notice the tab char. But the script is checkinggrep -q 'Seccomp: 0' /proc/1/status
with 4 spaces. This check fails and the process starts in the else condition with--no-sandbox
flag.Steps To Reproduce
chrome://sandbox
in the browser. while passing--security-opt seccomp=unconfined
in docker cli or adding the following in you docker-compose file :chrome://sandbox
inside the chromium instance.Environment
CPU architecture
arm64
Docker creation
Container logs