Give lmkd ptrace capability, to bypass hidepid (AOSP uses readproc group, but I cant because of A-only)

This commit is contained in:
Pierre-Hugues Husson 2019-10-16 15:52:59 +02:00 committed by tboy1991
parent c1a8456084
commit a773b78ce5

1
sepolicy/lmkd.te Normal file
View File

@ -0,0 +1 @@
allow lmkd self:capability sys_ptrace;