vendor_xiaomi_sweet-miuicamera/sepolicy/vendor/platform_app.te
basamaryan bbe55d54c6
miuicamera: Address {camerapostproc_xiaomi,misys} denials
Change-Id: I6827573ecbe7958110dcb77793e23a8b3def6f80
2024-04-27 18:37:52 +02:00

6 lines
259 B
Plaintext

type hal_camerapostproc_xiaomi_hwservice, hwservice_manager_type;
type hal_misys_hwservice, hwservice_manager_type;
allow platform_app hal_camerapostproc_xiaomi_hwservice:hwservice_manager find;
allow platform_app hal_misys_hwservice:hwservice_manager find;