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

Commit 448beed2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "configstore: reduce restrictions in prctl()"

parents 7e156d15 41534729
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ futex: 1
ioctl: arg1 == 0xc0306201
# prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_VMA || arg0 == PR_SET_TIMERSLACK
# || arg0 == PR_GET_NO_NEW_PRIVS # used by crash_dump
prctl: arg0 == 15 || arg0 == 0x53564d41 || arg0 == 29 || arg0 == 39
# prctl: arg0 == 15 || arg0 == 0x53564d41 || arg0 == 29 || arg0 == 39
# TODO(b/68162846) reduce scope of prctl() based on arguments
prctl: 1
openat: 1
mmap: 1
mprotect: 1