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

Commit 7adaf002 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Allow clock_gettime syscall for logging

Addresses:
__kernel_clock_gettime" access failed.

The call flow is as follow:
"configstore -> hidltransport.tryShortenProcessName -> ALOGI ->
__android_log_print -> logdOpen -> netdClientConnect -> clock_gettime".

Bug: 65611466
Test: build and boot sailfish
Change-Id: I9e12c3a0969a7fe67c017d70f39a85792cf10bae
parent fee5be00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ exit_group: 1
rt_sigreturn: 1
getrlimit: 1
madvise: 1
clock_gettime: 1

# used during process crash by crash_dump to dump process info
rt_sigprocmask: 1