Skip to content

Commit

Permalink
seccomp=unconfined
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Nov 2, 2023
1 parent 0ea724d commit aa05936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function createChromeDockerTarget({
const execute = getExecutor(dockerWithSudo);

if (!chromeDockerWithoutSeccomp) {
runArgs.push(`--name chrome --cap-add=SYS_ADMIN`);
runArgs.push(`--security-opt seccomp=unconfined`);
}
runArgs.push('--add-host=host.docker.internal:host-gateway');

Expand Down

0 comments on commit aa05936

Please sign in to comment.