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

Commit bc977d0d authored by Joel Fernandes's avatar Joel Fernandes
Browse files

Add syscalls to the allowed list



These changes are to make it in sync with the internal repository.

Change-Id: I45e207a6ef887acd89239c7c73f046cb42fdb845
Signed-off-by: default avatarJoel Fernandes <joelaf@google.com>
parent 479b7353
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