This commit is contained in:
Florian Bruhin 2025-03-12 14:43:50 +01:00 committed by Chad Kouse
parent bba6e57e70
commit e2128954ff
No known key found for this signature in database
GPG Key ID: 2BBC602A2578C7A2
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ def _needs_map_discard_workaround(webengine_version: utils.VersionNumber) -> boo
return libc_version >= affected_glibc and kernel_version >= affected_kernel
def disable_seccomp_bpf_sandbox() -> bool:
"""Check whether we need to disable the seccomp BPF sandbox.