diff --git a/legacy/seapp_contexts b/legacy/seapp_contexts index cf72b1a8..580f308f 100644 --- a/legacy/seapp_contexts +++ b/legacy/seapp_contexts @@ -3,6 +3,3 @@ user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_d # Hardware Info Collection user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user - -# Qorvo UWB system app -user=uwb isPrivApp=true seinfo=uwb name=com.qorvo.uwb domain=uwb_vendor_app type=uwb_vendor_data_file levelFrom=all diff --git a/legacy/uwb_vendor_app.te b/legacy/uwb_vendor_app.te deleted file mode 100644 index c33731a8..00000000 --- a/legacy/uwb_vendor_app.te +++ /dev/null @@ -1,12 +0,0 @@ -type uwb_vendor_app, domain; - -app_domain(uwb_vendor_app) - -add_service(uwb_vendor_app, uwb_vendor_service) - -allow uwb_vendor_app app_api_service:service_manager find; -allow uwb_vendor_app hal_uwb_vendor_service:service_manager find; -allow uwb_vendor_app nfc_service:service_manager find; - -allow uwb_vendor_app uwb_vendor_data_file:file create_file_perms; -allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms;