location : add dontaudit rule for vendor_location_app
Add dontaudit rule for vendor_location_app write access for dir with system_file context. Denial was observed during stress test. vendor_location_app does not require this permission, so adding dontaudit rule. Change-Id: I5505baa2f6db2a35d8609fb254d68f21283419bb CRs-Fixed: 3239092
This commit is contained in:
@@ -54,3 +54,5 @@ get_prop(vendor_location_app, radio_cdma_ecm_prop)
|
||||
allow vendor_location_app cgroup:file rw_file_perms;
|
||||
|
||||
unix_socket_send(vendor_location_app, vendor_seempdw, vendor_seempd);
|
||||
|
||||
dontaudit vendor_location_app system_file:dir write;
|
||||
|
||||
Reference in New Issue
Block a user