blob: f47aafc11b0ed54f37eaba8bc9882b6b49a10aae [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# common syscalls:
mprotect: 1
close: 1
read: 1
futex: 1
brk: 1
access: 1
rt_sigaction: 1
munmap: 1
restart_syscall: 1
exit: 1
exit_group: 1
rt_sigreturn: 1
lseek: 1
rt_sigprocmask: 1
uname: 1
umask: 1
write: 1
open: 1
openat: 1
# ioctl: arg1 == TCGETS
ioctl: arg1 == 0x5401
getpriority: 1
setpriority: 1
unlink: 1
chdir: 1
getpid: 1
# architecture-dependent syscalls:
mmap2: 1
fstat64: 1
stat64: 1
fcntl64: 1
_newselect: 1
prctl: 1
gettimeofday: 1
socketcall: 1
time: 1