Add userfaultfd syscall in SECCOMP allowlist
Enable userfaultfd syscall to be used by ART-GC. Bug: 160737021 Test: manually tested by invoking userfaultfd syscall in ART Change-Id: I9f98402a96bb8363a1e5fa49dbadbb37dc70d561
This commit is contained in:
parent
4b6a29dbe9
commit
7839c173f1
|
@ -72,3 +72,5 @@ int semtimedop_time64(int, sembuf*, size_t, const timespec64*) lp32
|
|||
int rt_sigtimedwait_time64(const sigset64_t*, siginfo_t*, const timespec64*, size_t) lp32
|
||||
int futex_time64(int*, int, int, const timespec64*, int*, int) lp32
|
||||
int sched_rr_get_interval_time64(pid_t, timespec64*) lp32
|
||||
# Since Linux 5.4, not in glibc. Probed for and conditionally used by ART.
|
||||
int userfaultfd(int) all
|
||||
|
|
Loading…
Reference in New Issue