• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5brk: 1
6close: 1
7exit_group: 1
8# 1034 is F_GET_SEALS
9fcntl: arg1 == F_GETFD || arg1 == F_SETFD || arg1 == 1034 || arg1 == F_DUPFD_CLOEXEC
10fstat: 1
11getdents64: 1
12getdents: 1
13getegid: 1
14geteuid: 1
15getpid: 1
16getrandom: 1
17lgetxattr: 1
18llistxattr: 1
19madvise: 1
20mmap: arg2 in ~PROT_EXEC
21mremap: 1
22msync: 1
23munmap: 1
24newfstatat: 1
25openat: arg3 in O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY
26readlink: 1
27recvfrom: 1
28recvmsg: 1
29sendmsg: 1
30sigaltstack: 1
31statx: 1
32write: 1
33prctl: 1
34