mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
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:
parent
f914959ee7
commit
8ef81401dd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
@include /usr/share/policy/crosvm/common_device.policy
|
||||
|
||||
fallocate: 1
|
||||
fcntl: 1
|
||||
fcntl64: 1
|
||||
fdatasync: 1
|
||||
fstat64: 1
|
||||
fsync: 1
|
||||
|
|
Loading…
Reference in a new issue