mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
23 lines
452 B
Text
23 lines
452 B
Text
|
# Copyright 2022 The Chromium OS Authors. All rights reserved.
|
||
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
# found in the LICENSE file.
|
||
|
|
||
|
fallocate: 1
|
||
|
fdatasync: 1
|
||
|
fstat: 1
|
||
|
fsync: 1
|
||
|
ftruncate: 1
|
||
|
lseek: 1
|
||
|
open: return ENOENT
|
||
|
openat: return ENOENT
|
||
|
newfstatat: 1
|
||
|
pread64: 1
|
||
|
preadv: 1
|
||
|
pwrite64: 1
|
||
|
pwritev: 1
|
||
|
statx: 1
|
||
|
timerfd_create: 1
|
||
|
timerfd_gettime: 1
|
||
|
timerfd_settime: 1
|
||
|
prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
|