06-20 18:47:41.940000 8708 8708 I auditd : type=1400 audit(0.0:7): avc: denied { ptrace } for comm="libmemunreachab" scontext=u:r:rild:s0 tcontext=u:r:rild:s0 tclass=process permissive=0 06-20 18:47:41.940000 8708 8708 W libmemunreachab: type=1400 audit(0.0:7): avc: denied { ptrace } for scontext=u:r:rild:s0 tcontext=u:r:rild:s0 tclass=process permissive=0 Bug: 263757077 Test: manual Change-Id: I4818df3383353a0758a20bd8e9ea0c5a8fc7d84d
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
add_service(rild, hal_ril_ext_service)
|
|
binder_call(rild, rilextensionservice_app)
|
|
|
|
# Allow rild to ptrace for memory leak detection
|
|
userdebug_or_eng(`
|
|
allow rild self:process ptrace;
|
|
')
|