blob: 966e2140b71eaee65058947b92e648d3a759440a [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
21writev: 1
22ioctl: 1
23close: 1
24mmap2: 1
25fstat64: 1
bohu2be6d9d2018-03-13 14:32:25 -070026stat64: 1
Hirokazu Honda61811a62018-07-17 10:12:44 +090027statfs64: 1
bohue5f21fc2017-12-15 11:20:58 -080028madvise: 1
29fstatat64: 1
30futex: 1
31munmap: 1
32faccessat: 1
33_llseek: 1
34lseek: 1
35clone: 1
36sigaltstack: 1
37setpriority: 1
38restart_syscall: 1
39exit: 1
40exit_group: 1
41rt_sigreturn: 1
42ugetrlimit: 1
43readlinkat: 1
44_llseek: 1
45fstatfs64: 1
46pread64: 1
47mremap: 1
48dup: 1
49set_tid_address: 1
50write: 1
51nanosleep: 1
Hirokazu Hondaba6a4c22018-08-22 19:09:10 +090052sched_setscheduler: 1
53uname: 1
bohue5f21fc2017-12-15 11:20:58 -080054
bohue5f21fc2017-12-15 11:20:58 -080055# Required by AddressSanitizer
56gettid: 1
57sched_yield: 1
58getpid: 1
59gettid: 1
Josh Gaoebb21792018-01-24 16:37:16 -080060
Ivan Lozanoddd87af2018-07-11 09:16:23 -070061# Used by UBSan diagnostic messages
62readlink: 1
63open: 1
64
Josh Gaoebb21792018-01-24 16:37:16 -080065@include /system/etc/seccomp_policy/crash_dump.x86.policy