diff options
Diffstat (limited to 'libc')
-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 |