blob: fccaa69bf9f528a7994cab993d9b13746e9b13fa [file] [log] [blame]
# Copyright 2019 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.
# Use the run_bio_crypto_init_strace.sh script to generate an initial list
# of syscalls.
openat: 1
read: 1
close: 1
fstat: 1
newfstatat: 1
gettid: 1
wait4: 1
getpid: 1
nanosleep: 1
write: 1
# ioctl:
# CROS_EC_DEV_IOCXCMD_V2: 0xc014ec00
ioctl: arg1 == 0xc014ec00
brk: 1
unlinkat: 1
set_robust_list: 1
rt_sigaction: 1
lseek: 1
exit_group: 1
faccessat: 1
set_tid_address: 1
rt_sigprocmask: 1
prlimit64: 1
renameat: 1
symlinkat: 1
# clone: bio_crypto_init forks a child process
clone: 1
restart_syscall: 1
exit: 1
rt_sigreturn: 1
# kill: Used to kill hanging child process (Process.Terminate)
kill: 1
gettimeofday: 1
madvise: 1
mlock: 1
# Don't allow execute and write at the same time
mmap: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
munlock: 1
munmap: 1
clock_gettime: 1