Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00bec9d4 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "llkd: Do not check apexd by default for stack" am: 0df9231d am: 3542b032

am: 4407065b

Change-Id: I49a331690e07d765713e6c5d22a9e5a0102ab8c7
parents 36afdd7f 4407065b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ unsigned llkCheckMilliseconds(void);
#define LLK_BLACKLIST_UID_PROPERTY     "ro.llk.blacklist.uid"
#define LLK_BLACKLIST_UID_DEFAULT      ""
#define LLK_BLACKLIST_STACK_PROPERTY   "ro.llk.blacklist.process.stack"
#define LLK_BLACKLIST_STACK_DEFAULT    "init,lmkd.llkd,llkd,keystore,/system/bin/keystore,ueventd"
#define LLK_BLACKLIST_STACK_DEFAULT    "init,lmkd.llkd,llkd,keystore,/system/bin/keystore,ueventd,apexd"
/* clang-format on */

__END_DECLS