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

Commit 02e424d9 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "mediacodec/mediaextractor: allow ugetrlimit" into nyc-dev

parents 77255536 6b9c0749
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