summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plat_private/adbd.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat_private/adbd.te b/plat_private/adbd.te
index 9f78cb3..0e2a80b 100644
--- a/plat_private/adbd.te
+++ b/plat_private/adbd.te
@@ -1,2 +1,5 @@
allow adbd debuglog_data_file:dir r_dir_perms;
allow adbd debuglog_data_file:file r_file_perms;
+
+# TODO(b/188853550): We want logcat to be able to write to serial for debugging.
+allow logpersist kmsg_debug_device:chr_file w_file_perms;