Home | History | Annotate | Download | only in seccomp_policy
      1 # Organized by frequency of systemcall - in descending order for
      2 # best performance.
      3 ioctl: 1
      4 futex: 1
      5 prctl: 1
      6 write: 1
      7 getpriority: 1
      8 close: 1
      9 dup: 1
     10 munmap: 1
     11 mmap2: 1
     12 madvise: 1
     13 openat: 1
     14 clock_gettime: 1
     15 writev: 1
     16 brk: 1
     17 mprotect: 1
     18 read: 1
     19 lseek: 1
     20 getuid32: 1
     21 clone: 1
     22 setpriority: 1
     23 sigaltstack: 1
     24 fstatat64: 1
     25 fstatfs64: 1
     26 fstat64: 1
     27 restart_syscall: 1
     28 exit: 1
     29 exit_group: 1
     30 rt_sigreturn: 1
     31 faccessat: 1
     32 sched_setscheduler: 1
     33 ugetrlimit: 1
     34 getrlimit: 1
     35 geteuid32: 1
     36 getgid32: 1
     37 getegid32: 1
     38 getgroups32: 1
     39 nanosleep: 1
     40 
     41 # for FileSource
     42 readlinkat: 1
     43 _llseek: 1
     44 
     45 # for attaching to debuggerd on process crash
     46 socketcall: 1
     47 sigaction: 1
     48 tgkill: 1
     49 rt_sigprocmask: 1
     50 fcntl64: 1
     51 rt_tgsigqueueinfo: 1
     52 geteuid32: 1
     53 getgid32: 1
     54 getegid32: 1
     55 getgroups32: 1
     56 getdents64: 1
     57 pipe2: 1
     58 ppoll: 1
     59 
     60 # Required by AddressSanitizer
     61 gettid: 1
     62 sched_yield: 1
     63 getpid: 1
     64 gettid: 1
     65