diff options
Diffstat (limited to 'llkd/libllkd.cpp')
-rw-r--r-- | llkd/libllkd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llkd/libllkd.cpp b/llkd/libllkd.cpp index 27a8baf3b..c4c58eef3 100644 --- a/llkd/libllkd.cpp +++ b/llkd/libllkd.cpp @@ -115,8 +115,8 @@ std::unordered_map<std::string, std::unordered_set<std::string>> llkIgnorelistPa // list of uids, and uid names, to skip, default nothing std::unordered_set<std::string> llkIgnorelistUid; #ifdef __PTRACE_ENABLED__ -// list of names to skip stack checking. "init", "lmkd", "llkd", "keystore" or -// "logd" (if not userdebug). +// list of names to skip stack checking. "init", "lmkd", "llkd", "keystore", +// "keystore2", or "logd" (if not userdebug). std::unordered_set<std::string> llkIgnorelistStack; #endif |