seccomp: allow process_vm_readv to video_device on aarch64

libvda uses libmojo which uses libbase-core.so from libchrome.

After a recent change, libase-core.so's EarlyFeatureAccessTracker tracks
early accesses to features and saves the stacks of the callers using
libunwind.  On aarch64, libunwind can use process_vm_readv.

BUG=b:259631550
TEST=autologin.py -a on trogdor

Change-Id: I40b432eea72993a8a000b5aadf856a376f954835
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4034854
Commit-Queue: Chia-I Wu <olv@google.com>
Auto-Submit: Chia-I Wu <olv@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Chia-I Wu 2022-11-18 12:01:49 -08:00 committed by crosvm LUCI
parent 72ed5576be
commit e51529fa92

View file

@ -19,3 +19,5 @@ openat: 1
setpriority: 1
socket: arg0 == AF_UNIX
prctl: arg0 == PR_SET_NAME
# for libmojo used by libvda
process_vm_readv: 1