Home | History | Annotate | Download | only in trunks
      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 
     17 gettid: 1
     18 getuid32: 1
     19 geteuid32: 1
     20 getgid32: 1
     21 getegid32: 1
     22 getresuid32: 1
     23 getresgid32: 1
     24 
     25 clock_getres: 1
     26 clock_gettime: 1
     27 gettimeofday: 1
     28 time: 1
     29 
     30 epoll_create: 1
     31 epoll_create1: 1
     32 epoll_wait: 1
     33 epoll_pwait: 1
     34 epoll_ctl: 1
     35 poll: 1
     36 
     37 openat: 1
     38 read: 1
     39 write: 1
     40 writev: 1
     41 close: 1
     42 fstat64: 1
     43 fstatat64: 1
     44 stat64: 1
     45 _llseek: 1
     46 lseek: 1
     47 fcntl64: 1
     48 readlinkat: 1
     49 faccessat: 1
     50 pipe2: 1
     51 socketcall: 1
     52 
     53 futex: 1
     54 
     55 restart_syscall: 1
     56 exit: 1
     57 exit_group: 1
     58 rt_sigreturn: 1
     59 sigaltstack: 1
     60 sigaction: 1
     61 personality: 1
     62 
     63 brk: 1
     64 mmap2: 1
     65 munmap: 1
     66 madvise: 1
     67 
     68 # Allow thread creation.
     69 mprotect: 1
     70 clone: 1
     71 set_robust_list: 1
     72 # This is attempted but apparently not necessary; return EPERM.
     73 prctl: return 1
     74 set_thread_area: 1
     75 gettid: 1
     76 set_tid_address: 1
     77 
     78 rt_sigprocmask: 1
     79 signalfd4: 1
     80 ioctl: 1
     81 getpriority: 1
     82 exit: 1
     83 exit_group: 1
     84 chdir: 1
     85