summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArian <arian.kulmer@web.de>2021-11-03 20:45:41 +0100
committeralk3pInjection <webmaster@raspii.tech>2022-01-20 10:28:00 +0800
commit491817ae0cc45d0841b3ae137eed060f5aaa05b9 (patch)
treeec300f59291119c778f149821a39374633a7dcb9
parentfc5caeb0f47565cc73b71badceb673746064a58a (diff)
sepolicy_vndr: test: Replace qti-testscripts usage with vendor-qti-testscripts
Change-Id: I3240841a18c887b85b20027abb5cfaef00bdaf46
-rwxr-xr-xgeneric/vendor/test/snapcam.te2
-rw-r--r--qva/vendor/test/location_app_test.te2
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};
')