Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/jail/seccomp/x86_64/scsi.policy
5394 views
# Copyright 2023 The ChromiumOS Authors
# 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
# 0x1277 == BLKDISCARD.
ioctl: arg1 == 0x1277
newfstatat: 1
open: return ENOENT
openat: 1
prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
pread64: 1
preadv: 1
pwrite64: 1
pwritev: 1
statx: 1
timerfd_create: 1
timerfd_gettime: 1
timerfd_settime: 1