diff options
-rwxr-xr-x | generic/vendor/test/snapcam.te | 2 | ||||
-rw-r--r-- | qva/vendor/test/location_app_test.te | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/vendor/test/snapcam.te b/generic/vendor/test/snapcam.te index 4b7fdf45..602a3d65 100755 --- a/generic/vendor/test/snapcam.te +++ b/generic/vendor/test/snapcam.te @@ -33,7 +33,7 @@ get_prop(vendor_snapcam_app, vendor_persist_camera_prop) allow vendor_snapcam_app nfc_service:service_manager find; binder_call(vendor_snapcam_app, gpuservice) userdebug_or_eng(` -allow vendor_snapcam_app qti-testscripts:binder call; +allow vendor_snapcam_app vendor-qti-testscripts:binder call; ') allow vendor_snapcam_app app_api_service:service_manager find; diff --git a/qva/vendor/test/location_app_test.te b/qva/vendor/test/location_app_test.te index ba48010d..64f569f0 100644 --- a/qva/vendor/test/location_app_test.te +++ b/qva/vendor/test/location_app_test.te @@ -65,5 +65,5 @@ userdebug_or_eng(` dontaudit vendor_location_app_test vendor_hal_qspmhal_default:binder {call}; - dontaudit vendor_location_app_test qti-testscripts:binder {call}; + dontaudit vendor_location_app_test vendor-qti-testscripts:binder {call}; ') |