mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-27 13:58:27 +00:00
crosvm: aarch64: fix seccomp entry for ftruncate on aarch64
Aarch64 seems to use ftruncate64 rather than ftruncate. BUG=chromium:816692 TEST=run VM on kevin using concierge Change-Id: I944f52d75fb9f5a3aaf5fe9e85708c48f249bb1a Reviewed-on: https://chromium-review.googlesource.com/1031175 Commit-Ready: Sonny Rao <sonnyrao@chromium.org> Tested-by: Sonny Rao <sonnyrao@chromium.org> Reviewed-by: Stephen Barber <smbarber@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
parent
28be0c6812
commit
dafdbc01cb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ dup: 1
|
|||
dup2: 1
|
||||
exit_group: 1
|
||||
fstat64: 1
|
||||
ftruncate: 1
|
||||
ftruncate64: 1
|
||||
futex: 1
|
||||
_llseek: 1
|
||||
# Disallow mmap with PROT_EXEC set. The syntax here doesn't allow bit
|
||||
|
|
Loading…
Reference in a new issue