android_device_oneplus_sm81.../sepolicy/vendor/hal_display_default.te

10 lines
373 B
Plaintext

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)
# Allow hal_display_default to read/write aod/fod sysfs nodes
allow hal_display_default sysfs_aod:file rw_file_perms;
allow hal_display_default sysfs_fod:file rw_file_perms;