rild: allow rild to ptrace
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: I4720650488eca100372d148313e04d6d8950ead5
This commit is contained in:
parent
4cc8eec22d
commit
0f6b14dc95
1 changed files with 5 additions and 0 deletions
|
@ -37,3 +37,8 @@ add_hwservice(rild, hal_exynos_rild_hwservice)
|
||||||
allow rild modem_img_file:dir r_dir_perms;
|
allow rild modem_img_file:dir r_dir_perms;
|
||||||
allow rild modem_img_file:file r_file_perms;
|
allow rild modem_img_file:file r_file_perms;
|
||||||
allow rild modem_img_file:lnk_file r_file_perms;
|
allow rild modem_img_file:lnk_file r_file_perms;
|
||||||
|
|
||||||
|
# Allow rild to ptrace for memory leak detection
|
||||||
|
userdebug_or_eng(`
|
||||||
|
allow rild self:process ptrace;
|
||||||
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue