Merge "Dontaudit property access by odrefresh in the VM" am: 275836a9af

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1996010

Change-Id: Ie28a45a8d7e2a820d6962ec67144cc4ee1e45ff9
This commit is contained in:
Treehugger Robot 2022-02-23 16:49:24 +00:00 committed by Automerger Merge Worker
commit 9d631321c9

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;