diff options
author | Luis Hector Chavez <lhchavez@google.com> | 2018-08-09 17:09:58 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-09 17:09:58 -0700 |
commit | 178c8e3f23a4fe57a14abfdaea3ef5a293e8870c (patch) | |
tree | 51d0a13452044f61b691c1daf9991142479c1596 | |
parent | b3246ef9f0987db09429941d681f9b9c1a5cec93 (diff) | |
parent | 270a4bd5335a11bf36efe4bfd2f58fde9cc2f880 (diff) |
Merge "seccomp: Allow read(2) and getdents(2) in x86_64 for UBSan's sake" am: a2650eaf1c
am: 270a4bd533
Change-Id: Ia88c9356f9d85e5514006b1a1fa863b292975a0f
-rw-r--r-- | libc/SECCOMP_WHITELIST_APP.TXT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/SECCOMP_WHITELIST_APP.TXT b/libc/SECCOMP_WHITELIST_APP.TXT index 21839a674..faa2d632c 100644 --- a/libc/SECCOMP_WHITELIST_APP.TXT +++ b/libc/SECCOMP_WHITELIST_APP.TXT @@ -33,8 +33,8 @@ int access:access(const char *pathname, int mode) arm,x86,mips int stat64:stat64(const char*, struct stat64*) arm,x86,mips # b/34813887 -int open:open(const char *path, int oflag, ... ) arm,x86,mips -int getdents:getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int count) arm,x86,mips +int open:open(const char *path, int oflag, ... ) arm,x86,x86_64,mips +int getdents:getdents(unsigned int fd, struct linux_dirent *dirp, unsigned int count) arm,x86,x86_64,mips # b/34719286 int eventfd:eventfd(unsigned int initval, int flags) arm,x86,mips |