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#
16gettimeofday: 1
17recv: 1
18sendmsg: 1
19# open: return EPERM
20open: return 1
21mmap2: 1
22mprotect: 1
23close: 1
24fstat64: 1
25read: 1
26stat64: 1
27recvfrom: 1
28sendto: 1
29# socket: arg0 == PF_FILE || arg0 == PF_INET || arg0 == PF_NETLINK
30socket: arg0 == 1 || arg0 == 2 || arg0 == 16
31futex: 1
32brk: 1
33access: 1
34rt_sigaction: 1
35getsockname: 1
36munmap: 1
37# ioctl: arg1 == SIOCGIFNAME || arg1 == SIOCGIFNETMASK
38ioctl: arg1 == 0x8910 || arg1 == 0x891b
39bind: 1
40restart_syscall: 1
41exit: 1
42exit_group: 1
43rt_sigreturn: 1
44uname: 1
45connect: 1
46rt_sigprocmask: 1
47send: 1
48ARM_set_tls: 1
49_llseek: 1
50ugetrlimit: 1
51set_tid_address: 1
52set_robust_list: 1
53fcntl64: 1
54# execve: return EPERM
55execve: return 1
56