summaryrefslogtreecommitdiff
path: root/llkd
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-09-20 11:51:44 -0700
committerMark Salyzyn <salyzyn@google.com>2018-10-08 10:32:51 -0700
commit2cfc8d9b7882c29436506c4f6efe86cc124db9d1 (patch)
tree5ffbd41467d61e84ba18b7ed63edd6e48b6a2f8c /llkd
parent4aa42b46c9c353c0dc9fbd8971091c3bfe53ee54 (diff)
downloadcore-2cfc8d9b7882c29436506c4f6efe86cc124db9d1.tar.gz
llkd: Do not check ueventd by default for stack
ueventd is now blocked by sepolicy, so skip checking it to prevent an avc warning. Test: manual Bug: 33808187 Change-Id: I7b7a53604b83ee18a47db38d7a8260ab4226d531
Diffstat (limited to 'llkd')
-rw-r--r--llkd/include/llkd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llkd/include/llkd.h b/llkd/include/llkd.h
index c724fce10..1e2df2f2b 100644
--- a/llkd/include/llkd.h
+++ b/llkd/include/llkd.h
@@ -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"
+#define LLK_BLACKLIST_STACK_DEFAULT "init,lmkd.llkd,llkd,keystore,/system/bin/keystore,ueventd"
/* clang-format on */
__END_DECLS