diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index 14eec09c..dfe74cf1 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -172,7 +172,6 @@ Add-lifetime-options-for-permissions.patch Disable-crash-reporting.patch Samsung-Note-9-SDK27-crazylinker-workaround.patch Disable-TLS-resumption.patch -Remove-mremap-from-seccomp-baseline-policy.patch Move-navigation-bar-to-bottom.patch Welcome-screen.patch Add-site-engagement-flag.patch diff --git a/build/patches/Remove-mremap-from-seccomp-baseline-policy.patch b/build/patches/Remove-mremap-from-seccomp-baseline-policy.patch deleted file mode 100644 index 632ff10f..00000000 --- a/build/patches/Remove-mremap-from-seccomp-baseline-policy.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: csagan5 <32685696+csagan5@users.noreply.github.com> -Date: Sat, 16 Apr 2022 10:14:28 +0200 -Subject: Remove mremap from seccomp baseline policy - -See also: -* https://bugs.chromium.org/p/chromium/issues/detail?id=1288042 -* https://docs.hexavalent.org/sandboxing/mremap.html - -License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html ---- - sandbox/linux/seccomp-bpf-helpers/baseline_policy_android.cc | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_android.cc b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_android.cc ---- a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_android.cc -+++ b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_android.cc -@@ -162,7 +162,6 @@ ResultExpr BaselinePolicyAndroid::EvaluateSyscall(int sysno) const { - case __NR_getdents64: - case __NR_getpriority: - case __NR_membarrier: // https://crbug.com/966433 -- case __NR_mremap: - #if defined(__i386__) - // Used on pre-N to initialize threads in ART. - case __NR_modify_ldt: --- -2.25.1