sonyxperiadev / device-sony-common

70 stars 141 forks source link

seccomp_policy: imsrtp: more access to syscalls #857

Closed voidanix closed 3 years ago

voidanix commented 3 years ago

Fixes the continuous crashing of ims_rtp_daemon by allowing access to the setpriority and lseek syscalls:

E ims_rtp_daemon: libminijail: blocked syscall: setpriority E ims_rtp_daemon: libminijail: blocked syscall: lseek I init: Service 'vendor.ims_rtp_daemon' (pid 1315) received signal 31 I init: Sending signal 9 to service 'vendor.ims_rtp_daemon' (pid 1315) process group... I init: updatable process 'vendor.ims_rtp_daemon' exited 4 times in 4 minutes

MarijnS95 commented 3 years ago

This file is sorted alphabetically, would you mind sorting these lines in where they belong?

MarijnS95 commented 3 years ago

Hmm, the file itself is not totally sorted :/. I don't mind sorting it as a separate commit in this PR.

Don't forget to set the target branch to r-mr1, too.