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:
commit
9d631321c9
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue