crosvm: Add utimensat_time64 to arm seccomp

Add utimensat_time64 where utimensat is used.

BUG=b:185515575
TEST=CQ

Change-Id: I2ad841d8f89d779e487a3abf77e158da4ff21bef
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2836891
Tested-by: Manoj Gupta <manojgupta@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Auto-Submit: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org>
This commit is contained in:
Manoj Gupta 2021-04-19 11:42:28 -07:00 committed by Commit Bot
parent c9de52bea5
commit d1d97392ba
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ linkat: 1
unlinkat: 1
socket: arg0 == AF_UNIX
utimensat: 1
utimensat_time64: 1
ftruncate64: 1
fchmod: 1
fchown: 1

View file

@ -51,6 +51,7 @@ symlinkat: 1
umask: 1
unlinkat: 1
utimensat: 1
utimensat_time64: 1
prctl: arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
capget: 1
capset: 1