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:
Lokesh Gidra 2021-03-11 08:00:26 -08:00
parent 4b6a29dbe9
commit 7839c173f1
1 changed files with 2 additions and 0 deletions

View File

@ -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