mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
seccomp: Remove readlink from aarch64 policies
aarch64 only has the readlinkat syscall. BUG=b:209021536 TEST=Cq Change-Id: I0a6a76bbc388f598f639a97832269256f6e9a61e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3314710 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
5d8d238b6a
commit
e6ad05efc0
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ clock_nanosleep: 1
|
|||
pipe2: 1
|
||||
ppoll: 1
|
||||
read: 1
|
||||
readlink: 1
|
||||
readlinkat: 1
|
||||
readv: 1
|
||||
recvfrom: 1
|
||||
|
|
Loading…
Reference in a new issue