Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5863a69b authored by Joel Fernandes's avatar Joel Fernandes Committed by android-build-merger
Browse files

Merge "Add syscalls to the allowed list" am: b4e48f1c

am: 5812a529

Change-Id: I90d21fe98ec6e1ebcab5798ff787681b01385c55
parents 5dd31300 5812a529
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ ppoll: 1
mmap2: 1
getrandom: 1
memfd_create: 1
ftruncate: 1
ftruncate64: 1

# mremap: Ensure |flags| are (MREMAP_MAYMOVE | MREMAP_FIXED) TODO: Once minijail
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ write: 1
nanosleep: 1
sched_setscheduler: 1
uname: 1
memfd_create: 1
ftruncate: 1
ftruncate64: 1

# Required by AddressSanitizer
gettid: 1