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