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

Commit 6b9c0749 authored by Christopher Tate's avatar Christopher Tate
Browse files

mediacodec/mediaextractor: allow ugetrlimit

Parcel validation will call getrlimit() approximately
once per process that uses Parcels.

Bug 26696080

Change-Id: I59c5d6d648976d9d8618f161b4164c959f191a7e
parent 64600d0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ sched_get_priority_min: 1
statfs64: 1
sched_setscheduler: 1
fstatat64: 1
ugetrlimit: 1

# for attaching to debuggerd on process crash
sigaction: 1
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ sched_setscheduler: 1
gettid: 1
rt_sigprocmask: 1
sched_yield: 1
ugetrlimit: 1

# for attaching to debuggerd on process crash
sigaction: 1
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ exit_group: 1
rt_sigreturn: 1
faccessat: 1
sched_setscheduler: 1
ugetrlimit: 1
getrlimit: 1

# for attaching to debuggerd on process crash
socketcall: 1