xref: /aosp_15_r20/external/crosvm/jail/seccomp/arm/virtual_ext2.policy (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1# Copyright 2024 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
5close: 1
6exit_group: 1
7fcntl: arg1 == F_GETFD || arg1 == F_SETFD || arg1 == F_DUPFD_CLOEXEC
8fstatat64: 1
9fstatfs: 1
10fstatfs64: 1
11getdents64: 1
12getegid: 1
13geteuid: 1
14getrandom: 1
15lgetxattr: 1
16llistxattr: 1
17mmap2: arg2 in ~PROT_EXEC
18msync: 1
19munmap: 1
20openat: arg3 in O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY
21readlinkat: 1
22recvfrom: 1
23recvmsg: 1
24sendmsg: 1
25sigaltstack: 1
26statx: 1
27