xref: /aosp_15_r20/external/crosvm/jail/seccomp/x86_64/block.policy (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1# Copyright 2022 The ChromiumOS Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5fallocate: 1
6fdatasync: 1
7fstat: 1
8fsync: 1
9# 0x1277 == BLKDISCARD.
10# ANDROID(b/241306374): merged into entry in vhost_user.policy
11# ioctl: arg1 == 0x1277
12open: return ENOENT
13openat: return ENOENT
14newfstatat: 1
15pread64: 1
16preadv: 1
17pwrite64: 1
18pwritev: 1
19statx: 1
20timerfd_create: 1
21timerfd_gettime: 1
22timerfd_settime: 1
23prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
24