Skip to content

Commit

Permalink
exec: update blocking blacklist
Browse files Browse the repository at this point in the history
Signed-off-by: KangMamles <[email protected]>
Signed-off-by: Dakkshesh <[email protected]>
Signed-off-by: Forenche <[email protected]>
Signed-off-by: taalojarvi <[email protected]>
  • Loading branch information
Jebaitedneko authored and TIMISONG-dev committed Dec 2, 2024
1 parent e49564d commit 8710308
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions include/linux/binfmts.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,20 @@ static inline bool task_is_booster(struct task_struct *tsk)
char comm[sizeof(tsk->comm)];

get_task_comm(comm, tsk);
return !strcmp(comm, "init") || !strcmp(comm, "NodeLooperThrea") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
return !strcmp(comm, "init") ||
!strcmp(comm, "NodeLooperThrea") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "power-servic") ||
!strcmp(comm, "are.power-servi") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "perf2-hal-servi") ||
!strcmp(comm, "[email protected]") ||
!strcmp(comm, "iop@") ||
!strcmp(comm, "init.qcom.post_");
}
Expand Down

0 comments on commit 8710308

Please sign in to comment.