• 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
5close: 1
6exit_group: 1
7fcntl: arg1 == F_GETFD || arg1 == F_SETFD || arg1 == F_DUPFD_CLOEXEC
8fstat: 1
9getdents64: 1
10getegid: 1
11geteuid: 1
12getrandom: 1
13lgetxattr: 1
14llistxattr: 1
15msync: 1
16mmap: arg2 in ~PROT_EXEC
17munmap: 1
18newfstatat: 1
19openat: arg3 in O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY
20readlinkat: 1
21recvfrom: 1
22recvmsg: 1
23sendmsg: 1
24sigaltstack: 1
25statx: 1
26