Merge "Sepolicy: allow rules for SVA app" into sepolicy.lnx.6.0

This commit is contained in:
Linux Build Service Account 2020-02-04 04:02:59 -08:00 committed by Gerrit - the friendly Code Review server
commit 6a2d902164

2
qva/private/platform_app.te Normal file → Executable file
View file

@ -41,3 +41,5 @@ userdebug_or_eng(`
allow platform_app vendor_color_service:service_manager find;
# WigigSettings need to read persist.vendor.wigig.icon.disable
get_prop(platform_app, vendor_wigig_core_prop)
# SVA app and OEM voice activation app need to find soundtrigger_middleware_service
allow platform_app soundtrigger_middleware_service:service_manager find;