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>
This commit is contained in:
Panchajanya1999
2019-10-06 14:54:39 +05:30
committed by UtsavBalar1231
parent 0f59c4f97c
commit a94abe8d8e

View File

@@ -158,6 +158,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_");
}