Merge "Expand whitelist"
am: 5faa3166ce
Change-Id: I1a7ea74631e8fb72550d44639d307d18ee041dd6
This commit is contained in:
commit
892bbc7cbd
2 changed files with 5 additions and 2 deletions
|
@ -91,3 +91,6 @@ int lstat64:lstat64(const char *restrict path, struct stat64 *restrict buf) arm
|
|||
int fcntl:fcntl(int fd, int cmd, ... /* arg */ ) arm
|
||||
pid_t fork:fork() arm
|
||||
int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) arm
|
||||
|
||||
# b/35906875
|
||||
int inotify_init() arm
|
||||
|
|
|
@ -104,12 +104,12 @@ BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 285, 31, 30), //waitid|socket|bind|connect|liste
|
|||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 289, 30, 29), //getsockname|getpeername|socketpair
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 350, 15, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 327, 7, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 317, 3, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 316, 3, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 292, 1, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 291, 25, 24), //sendto
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 298, 24, 23), //recvfrom|shutdown|setsockopt|getsockopt|sendmsg|recvmsg
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 322, 1, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 319, 22, 21), //inotify_add_watch|inotify_rm_watch
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 319, 22, 21), //inotify_init|inotify_add_watch|inotify_rm_watch
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 326, 21, 20), //openat|mkdirat|mknodat|fchownat
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 345, 3, 0),
|
||||
BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 340, 1, 0),
|
||||
|
|
Loading…
Reference in a new issue