blob: d9c4045f825878c2d61226bd35b2c41711525bc5 [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
bohu2be6d9d2018-03-13 14:32:25 -070019open: 1
bohue5f21fc2017-12-15 11:20:58 -080020getuid32: 1
bohu30c15dc2019-01-25 13:06:05 -080021getuid: 1
22getrlimit: 1
bohue5f21fc2017-12-15 11:20:58 -080023writev: 1
24ioctl: 1
25close: 1
26mmap2: 1
bohu30c15dc2019-01-25 13:06:05 -080027mmap: 1
bohue5f21fc2017-12-15 11:20:58 -080028fstat64: 1
bohud239aa62019-02-02 07:47:42 -080029fstat: 1
bohu2be6d9d2018-03-13 14:32:25 -070030stat64: 1
Hirokazu Honda61811a62018-07-17 10:12:44 +090031statfs64: 1
bohue5f21fc2017-12-15 11:20:58 -080032madvise: 1
33fstatat64: 1
bohu30c15dc2019-01-25 13:06:05 -080034newfstatat: 1
bohue5f21fc2017-12-15 11:20:58 -080035futex: 1
36munmap: 1
37faccessat: 1
38_llseek: 1
39lseek: 1
40clone: 1
41sigaltstack: 1
42setpriority: 1
43restart_syscall: 1
44exit: 1
45exit_group: 1
46rt_sigreturn: 1
47ugetrlimit: 1
Chong Zhangdda6ed12019-04-11 10:29:09 -070048readlink: 1
bohue5f21fc2017-12-15 11:20:58 -080049readlinkat: 1
50_llseek: 1
51fstatfs64: 1
bohud239aa62019-02-02 07:47:42 -080052fstatfs: 1
bohue5f21fc2017-12-15 11:20:58 -080053pread64: 1
54mremap: 1
55dup: 1
56set_tid_address: 1
57write: 1
58nanosleep: 1
Hirokazu Hondaba6a4c22018-08-22 19:09:10 +090059sched_setscheduler: 1
60uname: 1
Joel Fernandes3c493472018-12-22 18:11:34 -080061memfd_create: 1
62ftruncate: 1
63ftruncate64: 1
bohue5f21fc2017-12-15 11:20:58 -080064
bohue5f21fc2017-12-15 11:20:58 -080065# Required by AddressSanitizer
66gettid: 1
67sched_yield: 1
68getpid: 1
69gettid: 1
Josh Gaoebb21792018-01-24 16:37:16 -080070
71@include /system/etc/seccomp_policy/crash_dump.x86.policy