runtime_event_log_tags_file: dontaudit map permission
In permissive mode, map denials may occur on
runtime_event_log_tags_file. Suppress.
Fixes: 122803985
Test: build
Change-Id: I4aebd4363091685185e0c5f98895c4a9301b9cfe
diff --git a/public/logd.te b/public/logd.te
index a26aa25..6aac302 100644
--- a/public/logd.te
+++ b/public/logd.te
@@ -38,7 +38,7 @@
# Access for that domain is controlled and gated via the
# event log tag service (albeit at a performance penalty,
# expected to be locally cached).
-dontaudit domain runtime_event_log_tags_file:file { open read };
+dontaudit domain runtime_event_log_tags_file:file { map open read };
###
### Neverallow rules