summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 03:19:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 03:19:07 +0000
commit819bc64ba0719dc5fde138ee30fb30c77d074319 (patch)
tree896946ced9898d2cfb119b47d5d995e7f6459bce
parent32932e7868b8fd0a04c3faf933e7d5b5d084ae91 (diff)
parentca1d36da9aa9b290319d5ad4670a3d4dcec9a023 (diff)
downloadwembley-sepolicy-android12L-d2-s3-release.tar.gz
Change-Id: Ibf381f6a06ab4eb5173cb06c64ecdc3d0d37a3bb
-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;