Merge "Allow logd to set logd_prop"

This commit is contained in:
Tom Cherry 2020-07-29 14:38:57 +00:00 committed by Gerrit Code Review
commit c0dd641a80

View file

@ -38,6 +38,9 @@ allow runtime_event_log_tags_file tmpfs:filesystem associate;
# expected to be locally cached).
dontaudit domain runtime_event_log_tags_file:file { map open read };
# Logd sets defaults if certain properties are empty.
set_prop(logd, logd_prop)
###
### Neverallow rules
###