blob: 28be1f80595dfdfff0851673c6bc15a3eaa95287 (
plain)
1
2
3
4
5
6
7
|
# Default settings for chromium. This file is sourced by /bin/bash from
# the chromium launcher.
# Options to pass to chromium.
# chromium does currently not run in sandbox mode
CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"
|