diff options
author | Robert Nagy <robert@openbsd.org> | 2022-03-30 17:18:34 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-03-30 17:20:38 +0200 |
commit | 06a832ee8dc55cc8d53f0e49272f33594e941784 (patch) | |
tree | 3b8c776119586dfb47bd4f99190cd3ee2127445f /www/iridium/files/patch-sandbox_features.gni | |
parent | www/flexget: update to 3.3.6 (diff) |
www/iridium: resurrect, update to 2022.03.99.1
Sync the port to www/chromium and the shared *BSD patchset
This port no longer uses Python 2.7
Diffstat (limited to 'www/iridium/files/patch-sandbox_features.gni')
-rw-r--r-- | www/iridium/files/patch-sandbox_features.gni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-sandbox_features.gni b/www/iridium/files/patch-sandbox_features.gni new file mode 100644 index 000000000000..1d0165058652 --- /dev/null +++ b/www/iridium/files/patch-sandbox_features.gni @@ -0,0 +1,11 @@ +--- sandbox/features.gni.orig 2022-03-28 18:11:04 UTC ++++ sandbox/features.gni +@@ -6,7 +6,7 @@ + # currently. + # Do not disable seccomp_bpf anywhere without talking to + # security@chromium.org! +-use_seccomp_bpf = (is_linux || is_chromeos || is_android) && ++use_seccomp_bpf = !is_bsd && (is_linux || is_chromeos || is_android) && + (current_cpu == "x86" || current_cpu == "x64" || + current_cpu == "arm" || current_cpu == "arm64" || + current_cpu == "mipsel" || current_cpu == "mips64el") |