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 18getuid32: 1 19geteuid32: 1 20getgid32: 1 21getegid32: 1 22getresuid32: 1 23getresgid32: 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 42fstat64: 1 43fstatat64: 1 44stat64: 1 45_llseek: 1 46lseek: 1 47fcntl64: 1 48readlinkat: 1 49faccessat: 1 50pipe2: 1 51socketcall: 1 52 53futex: 1 54 55restart_syscall: 1 56exit: 1 57exit_group: 1 58rt_sigreturn: 1 59sigaltstack: 1 60sigaction: 1 61personality: 1 62 63brk: 1 64mmap2: 1 65munmap: 1 66madvise: 1 67 68# Allow thread creation. 69mprotect: 1 70clone: 1 71set_robust_list: 1 72# This is attempted but apparently not necessary; return EPERM. 73prctl: return 1 74set_thread_area: 1 75gettid: 1 76set_tid_address: 1 77 78rt_sigprocmask: 1 79signalfd4: 1 80ioctl: 1 81getpriority: 1 82setpriority: 1 83exit: 1 84exit_group: 1 85chdir: 1 86