exec: Add power@2.0 and IOP to tampering blacklist
Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live> Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com> Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: rezaadi0105 <rezaadipangestu5@gmail.com>
This commit is contained in:
parent
1d1f16ce99
commit
c46896b509
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ static inline bool task_is_booster(struct task_struct *tsk)
|
|||
!strcmp(comm, "power@1.3-servi") ||
|
||||
!strcmp(comm, "perf@1.0-servic") ||
|
||||
!strcmp(comm, "perf@2.0-servic") ||
|
||||
!strcmp(comm, "power@2.0-servic") ||
|
||||
!strcmp(comm, "iop@") ||
|
||||
!strcmp(comm, "init.qcom.post_");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue