diff --git a/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy b/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy index 52b846f..9d3a478 100644 --- a/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy +++ b/proprietary/vendor/etc/seccomp_policy/codec2.vendor.base.policy @@ -6,6 +6,7 @@ # # Not a Contribution. # + # Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,6 +20,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + futex: 1 # ioctl calls are filtered via the selinux policy. ioctl: 1 @@ -31,6 +33,7 @@ mmap2: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE memfd_create: 1 ftruncate: 1 ftruncate64: 1 + mremap: arg3 == 3 munmap: 1 prctl: 1 @@ -64,6 +67,7 @@ restart_syscall: 1 rt_sigreturn: 1 getrandom: 1 madvise: 1 + # crash dump policy additions sigreturn: 1 clock_gettime: 1