diff options
Diffstat (limited to 'sepolicy/whitechapel/vendor/google/hwservice.te')
-rw-r--r-- | sepolicy/whitechapel/vendor/google/hwservice.te | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sepolicy/whitechapel/vendor/google/hwservice.te b/sepolicy/whitechapel/vendor/google/hwservice.te new file mode 100644 index 00000000..a3a3ead1 --- /dev/null +++ b/sepolicy/whitechapel/vendor/google/hwservice.te @@ -0,0 +1,24 @@ +type hal_vendor_telephony_hwservice, hwservice_manager_type; +type hal_vendor_surfaceflinger_hwservice, hwservice_manager_type; + +# dmd servcie +type hal_vendor_oem_hwservice, hwservice_manager_type; + +# rild service +type hal_exynos_rild_hwservice, hwservice_manager_type; + +# GRIL service +type hal_radioext_hwservice, hwservice_manager_type; + +# Audio +type hal_audio_ext_hwservice, hwservice_manager_type; + +# WLC +type hal_wlc_hwservice, hwservice_manager_type; + +# Fingerprint +type hal_fingerprint_ext_hwservice, hwservice_manager_type; + +# AudioMetric +type hal_audiometricext_hwservice, hwservice_manager_type; + |