summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Dubey <dubeyshubham@google.com>2022-03-25 09:56:26 +0000
committerSam Dubey <dubeyshubham@google.com>2022-03-25 11:47:19 +0000
commit2dd5825e473b912201ee73b48fe5766ff7b4ef20 (patch)
tree3a97fd86bd047d8b4225e3189522ac365818e7ab
parent112c9b01e3111aa581f495e670a01fe2288edd82 (diff)
downloadpixel-sepolicy-2dd5825e473b912201ee73b48fe5766ff7b4ef20.tar.gz
Temporarily suppress twoshay avc denial
Reading Istats HAL post commit Ib752ca30c6dfd874f8a996451da705051c7a8620 is causing linux denials at boot_status_prop. Fix: 226830650 Change-Id: Ie1c4755f792b39a0856f6ae0724dde864c8ad51b
-rw-r--r--input/twoshay.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/input/twoshay.te b/input/twoshay.te
index d27fda6..71b5771 100644
--- a/input/twoshay.te
+++ b/input/twoshay.te
@@ -18,3 +18,6 @@ allow twoshay dumpstate:fifo_file write;
# b/198755236
dontaudit twoshay twoshay:capability dac_override;
+
+# b/226830650
+dontaudit twoshay boot_status_prop:file read; \ No newline at end of file