add msync syscall in renderer.seccomp.policy

Signed-off-by: Chenshi <chenshi51@huawei.com>
This commit is contained in:
Chenshi 2023-10-17 18:34:21 +08:00
parent 917dde2e39
commit ae41e11b35

View File

@ -54,6 +54,7 @@ mlock;all
munlock;all
munmap;all
mmap;arm64
msync;all
sched_yield;all
nanosleep;all
epoll_pwait;all