mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
b9d3b698dd
It's using fcntl64 instead of fcntl on kukui. BUG=b:173152984 TEST=manual - push updated policy file to DUT, ARCVM works Change-Id: I3b5a1de9849379ad21bdc5ffaa39af879fd97e6f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2537076 Tested-by: Lepton Wu <lepton@chromium.org> Auto-Submit: Lepton Wu <lepton@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-by: Alan Ding <alanding@chromium.org> Commit-Queue: Alan Ding <alanding@chromium.org>
30 lines
555 B
Text
30 lines
555 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.
|
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
fcntl64: 1
|
|
pread64: 1
|
|
pwrite64: 1
|
|
stat64: 1
|
|
statx: 1
|
|
fstat64: 1
|
|
ioctl: arg1 == FIOCLEX
|
|
_llseek: 1
|
|
getdents64: 1
|
|
fdatasync: 1
|
|
fsync: 1
|
|
mkdirat: 1
|
|
open: 1
|
|
openat: 1
|
|
rmdir: 1
|
|
renameat: 1
|
|
linkat: 1
|
|
unlinkat: 1
|
|
socket: arg0 == AF_UNIX
|
|
utimensat: 1
|
|
ftruncate64: 1
|
|
fchown: arg1 == 0xffffffff && arg2 == 0xffffffff
|
|
fstatfs64: 1
|
|
fstatat64: 1
|