sm7125-common: Fixup codec2.vendor.base.policy

Change-Id: I36c64e51d66d7e1cdbbd9909394a823e4e264382
This commit is contained in:
Vayruz Rafli
2025-12-28 08:54:49 +07:00
parent a269ee9ec5
commit 252a280e83
@@ -6,6 +6,7 @@
# #
# Not a Contribution. # Not a Contribution.
# #
# Copyright (C) 2019 The Android Open Source Project # Copyright (C) 2019 The Android Open Source Project
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # 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. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
futex: 1 futex: 1
# ioctl calls are filtered via the selinux policy. # ioctl calls are filtered via the selinux policy.
ioctl: 1 ioctl: 1
@@ -31,6 +33,7 @@ mmap2: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
memfd_create: 1 memfd_create: 1
ftruncate: 1 ftruncate: 1
ftruncate64: 1 ftruncate64: 1
mremap: arg3 == 3 mremap: arg3 == 3
munmap: 1 munmap: 1
prctl: 1 prctl: 1
@@ -64,6 +67,7 @@ restart_syscall: 1
rt_sigreturn: 1 rt_sigreturn: 1
getrandom: 1 getrandom: 1
madvise: 1 madvise: 1
# crash dump policy additions # crash dump policy additions
sigreturn: 1 sigreturn: 1
clock_gettime: 1 clock_gettime: 1