1#
2# Copyright (C) 2013 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#
16socketcall: 1
17time: 1
18mmap2: 1
19# open: return EPERM
20open: return 1
21mprotect: 1
22close: 1
23fstat64: 1
24read: 1
25stat64: 1
26futex: 1
27brk: 1
28access: 1
29rt_sigaction: 1
30munmap: 1
31# ioctl: arg1 == SIOCGIFNAME || arg1 == SIOCGIFNETMASK
32ioctl: arg1 == 0x8910 || arg1 == 0x891b
33restart_syscall: 1
34exit: 1
35exit_group: 1
36rt_sigreturn: 1
37uname: 1
38rt_sigprocmask: 1
39_llseek: 1
40getrlimit: 1
41set_tid_address: 1
42set_robust_list: 1
43set_thread_area: 1
44fcntl64: 1
45# execve: return EPERM
46execve: return 1
47