devices: virtio: block: fix arm fcntl syscall

The arm version of libc uses the fcntl64 syscall (0xdd); update the
seccomp policy to match the other arm policies.

BUG=chromium:901139
TEST=Boot Crostini on kevin (arm)

Change-Id: I82eee1ec4918a56495d6c330913c34d4a4a20e4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2705290
Reviewed-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: kokoro <noreply+kokoro@google.com>
Tested-by: Dylan Reid <dgreid@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2021-02-18 14:04:16 -08:00 committed by Commit Bot
parent f914959ee7
commit 8ef81401dd

View file

@ -5,7 +5,7 @@
@include /usr/share/policy/crosvm/common_device.policy
fallocate: 1
fcntl: 1
fcntl64: 1
fdatasync: 1
fstat64: 1
fsync: 1