mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
Needed by upcoming implementation changes. BUG=chromium:1082345,chromium:920262,chromium:912599 TEST=`emerge-$BOARD crosvm` Change-Id: Id366cd9d0bb3af24e2445fdf897d6ef45ae88115 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2784163 Auto-Submit: Chirantan Ekbote <chirantan@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen Barber <smbarber@chromium.org> Reviewed-by: Stephen Barber <smbarber@chromium.org>
31 lines
492 B
Text
31 lines
492 B
Text
# Copyright 2018 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.
|
|
|
|
open: 1
|
|
openat: 1
|
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
fcntl: 1
|
|
pwrite64: 1
|
|
stat: 1
|
|
statx: 1
|
|
fstat: 1
|
|
ioctl: arg1 == FIOCLEX
|
|
linkat: 1
|
|
unlinkat: 1
|
|
renameat: 1
|
|
pread64: 1
|
|
lseek: 1
|
|
getdents64: 1
|
|
mkdirat: 1
|
|
rmdir: 1
|
|
fsync: 1
|
|
fdatasync: 1
|
|
utimensat: 1
|
|
ftruncate: 1
|
|
fchmod: 1
|
|
fchown: 1
|
|
fstatfs: 1
|
|
newfstatat: 1
|