blob: dc2c04f2d05a6ca5e86859fc332bc1c1938a6f83 [file] [log] [blame]
bohue5f21fc2017-12-15 11:20:58 -08001# Copyright (C) 2017 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15read: 1
16mprotect: 1
17prctl: 1
18openat: 1
19getuid32: 1
20writev: 1
21ioctl: 1
22close: 1
23mmap2: 1
24fstat64: 1
25madvise: 1
26fstatat64: 1
27futex: 1
28munmap: 1
29faccessat: 1
30_llseek: 1
31lseek: 1
32clone: 1
33sigaltstack: 1
34setpriority: 1
35restart_syscall: 1
36exit: 1
37exit_group: 1
38rt_sigreturn: 1
39ugetrlimit: 1
40readlinkat: 1
41_llseek: 1
42fstatfs64: 1
43pread64: 1
44mremap: 1
45dup: 1
46set_tid_address: 1
47write: 1
48nanosleep: 1
49
50# for attaching to debuggerd on process crash
51socketcall: 1
52sigaction: 1
53tgkill: 1
54rt_sigprocmask: 1
55fcntl64: 1
56rt_tgsigqueueinfo: 1
57geteuid32: 1
58getgid32: 1
59getegid32: 1
60getgroups32: 1
61getdents64: 1
62pipe2: 1
63ppoll: 1
64
65# Required by AddressSanitizer
66gettid: 1
67sched_yield: 1
68getpid: 1
69gettid: 1