android_device_oneplus_dre/sepolicy/vendor/hal_display_default.te
Albert Tang a925fae1c0 dre: Remove Fingerprint-On-Display (FOD)
The N200 does not have this feature.

Change-Id: I98345722d6d4096d922b3c7f8b829bb80307f9fa
2022-06-03 17:40:51 -05:00

17 lines
548 B
Text

type hal_display_default, domain;
hal_server_domain(hal_display_default, hal_display)
type hal_display_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_display_default)
add_hwservice(hal_display_default, hal_display_hwservice)
hwbinder_use(hal_display_default)
binder_call(hal_display_default, vendor_hal_display_color)
allow hal_display_default vendor_hal_display_postproc_hwservice:hwservice_manager find;
allow hal_display_default sysfs:file rw_file_perms;
get_prop(hal_display_default, hwservicemanager_prop)