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

Commit b4e48f1c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add syscalls to the allowed list"

parents 6b890b0b bc977d0d
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