1# 2# Copyright (C) 2014 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17gettid: 1 18getuid: 1 19geteuid: 1 20getgid: 1 21getegid: 1 22getresuid: 1 23getresgid: 1 24 25clock_getres: 1 26clock_gettime: 1 27gettimeofday: 1 28time: 1 29 30epoll_create: 1 31epoll_create1: 1 32epoll_wait: 1 33epoll_pwait: 1 34epoll_ctl: 1 35poll: 1 36 37openat: 1 38read: 1 39write: 1 40writev: 1 41close: 1 42fstat: 1 43stat: 1 44lseek: 1 45fcntl: 1 46readlinkat: 1 47faccessat: 1 48pipe2: 1 49socket: 1 50connect: 1 51 52futex: 1 53 54restart_syscall: 1 55exit: 1 56exit_group: 1 57rt_sigaction: 1 58rt_sigreturn: 1 59sigaltstack: 1 60personality: 1 61 62brk: 1 63mmap: 1 64munmap: 1 65madvise: 1 66 67# Allow thread creation. 68mprotect: 1 69clone: 1 70set_robust_list: 1 71# This is attempted but apparently not necessary; return EPERM. 72prctl: return 1 73set_thread_area: 1 74gettid: 1 75set_tid_address: 1 76 77rt_sigprocmask: 1 78signalfd4: 1 79ioctl: 1 80getpriority: 1 81exit: 1 82exit_group: 1 83chdir: 1 84