diff options
-rw-r--r-- | qva/vendor/common/hwservice.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qva/vendor/common/hwservice.te b/qva/vendor/common/hwservice.te index 6d6a408b..fc77e73d 100644 --- a/qva/vendor/common/hwservice.te +++ b/qva/vendor/common/hwservice.te @@ -54,7 +54,7 @@ type vendor_hal_srvctracker_hwservice, hwservice_manager_type, protected_hwservi type vendor_hal_secureprocessor_hwservice, hwservice_manager_type, protected_hwservice; #untrusted_app_visible_hwservice_violators no longer needed as blacklisting of hwservice is changed type vendor_hal_qspmhal_hwservice, hwservice_manager_type; -type vendor_hal_qesdhal_hwservice, hwservice_manager_type, protected_hwservice; +type vendor_hal_qesdhal_hwservice, hwservice_manager_type; type vendor_hal_bluetooth_dun_hwservice, hwservice_manager_type, protected_hwservice; type vendor_hal_qseecom_hwservice, hwservice_manager_type, protected_hwservice; type vendor_hal_qccvndhal_hwservice , hwservice_manager_type, protected_hwservice; |