blob: 890d777a867e99e88d2d93f4156f24fb11d00b47 [file] [log] [blame]
Jeff Vander Stoepc9ea2112016-02-17 10:52:20 -08001# Organized by frequency of systemcall - in descending order for
2# best performance.
3futex: 1
4ioctl: 1
5write: 1
6prctl: 1
7clock_gettime: 1
8getpriority: 1
9read: 1
10close: 1
11writev: 1
12dup: 1
13ppoll: 1
14mmap2: 1
Vishwath Mohan31874362016-12-21 14:16:15 -080015
16# mremap: Ensure |flags| are (MREMAP_MAYMOVE | MREMAP_FIXED) TODO: Once minijail
17# parser support for '<' is in this needs to be modified to also prevent
18# |old_address| and |new_address| from touching the exception vector page, which
19# on ARM is statically loaded at 0xffff 0000. See
20# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
21# for more details.
22mremap: arg3 == 3
Jeff Vander Stoepc9ea2112016-02-17 10:52:20 -080023munmap: 1
24mprotect: 1
25madvise: 1
26openat: 1
27sigaltstack: 1
28clone: 1
29setpriority: 1
30getuid32: 1
31fstat64: 1
32pread64: 1
33faccessat: 1
34readlinkat: 1
35exit: 1
36rt_sigprocmask: 1
37set_tid_address: 1
38restart_syscall: 1
39exit_group: 1
40rt_sigreturn: 1
41pipe2: 1
42gettimeofday: 1
43sched_yield: 1
44nanosleep: 1
45lseek: 1
Martijn Coenen929104f2017-01-25 12:33:14 +010046_llseek: 1
Jeff Vander Stoepc9ea2112016-02-17 10:52:20 -080047sched_get_priority_max: 1
Jeff Vander Stoep890536f2016-03-02 12:30:17 -080048sched_get_priority_min: 1
49statfs64: 1
Jeff Vander Stoep22c571b2016-03-04 14:36:24 -080050sched_setscheduler: 1
Jeff Vander Stoepe9aa8182016-03-08 14:27:27 -080051fstatat64: 1
Christopher Tate6b9c0742016-03-25 10:30:21 -070052ugetrlimit: 1
Marco Nelissen9b16e192017-02-03 12:37:34 -080053getdents64: 1
Jeff Vander Stoepc9ea2112016-02-17 10:52:20 -080054
55# for attaching to debuggerd on process crash
56sigaction: 1
57tgkill: 1
58socket: 1
59connect: 1
60fcntl64: 1
Jeff Vander Stoep2d573832016-03-25 13:34:19 -070061rt_tgsigqueueinfo: 1
Josh Gao2ef9f262017-03-03 14:13:10 -080062geteuid32: 1
63getgid32: 1
64getegid32: 1
65getgroups32: 1
Josh Gao194af9f2017-03-06 16:17:05 -080066recvmsg: 1