Merge "llkd: Do not check apexd by default for stack"

am: 0df9231dfd

Change-Id: Iccb481247092549ba63f3fb4949715ced7e47562
This commit is contained in:
Nick Kralevich 2018-10-15 13:50:39 -07:00 committed by android-build-merger
commit 3542b03267

View file

@ -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