Merge "Dontaudit property access by odrefresh in the VM"

This commit is contained in:
Treehugger Robot 2022-02-23 12:07:45 +00:00 committed by Gerrit Code Review
commit 275836a9af

View file

@ -30,3 +30,8 @@ allow odrefresh compos:fifo_file read;
# (unless specified otherwise). Without allowing the use, the execution will
# fail immediately. See b/210909688.
allow odrefresh compos:fd use;
# Silently ignore the access to properties. Unlike on Android, parameters
# should be passed from command line to avoid global state.
dontaudit odrefresh property_socket:sock_file write;
dontaudit odrefresh dalvik_config_prop:file read;