mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-24 11:58:41 +00:00
devices: gpu: add lstat to gpu device seccomp
BUG=chromium:837073 TEST=vmc start --enable-gpu tatl; lxc start stretch-x; xterm && glxgears Change-Id: I42a096384cb536ec835de69b34db9b9a941bfeaf Reviewed-on: https://chromium-review.googlesource.com/1401110 Commit-Ready: David Riley <davidriley@chromium.org> Tested-by: David Riley <davidriley@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
4896cb2a08
commit
84c13ec890
1 changed files with 1 additions and 0 deletions
|
@ -56,3 +56,4 @@ memfd_create: arg1 == 3
|
|||
# Used to set of size new memfd.
|
||||
ftruncate: 1
|
||||
fcntl: arg1 == F_DUPFD_CLOEXEC
|
||||
lstat: 1
|
||||
|
|
Loading…
Reference in a new issue