diff --git a/sepolicy/private/hal_livedisplay_sdm845.te b/sepolicy/private/hal_livedisplay_sdm845.te index f0b1477..8e947c3 100644 --- a/sepolicy/private/hal_livedisplay_sdm845.te +++ b/sepolicy/private/hal_livedisplay_sdm845.te @@ -4,9 +4,6 @@ hal_server_domain(hal_livedisplay_sdm845, hal_lineage_livedisplay) type hal_livedisplay_sdm845_exec, exec_type, file_type; init_daemon_domain(hal_livedisplay_sdm845) -# Talk to the binder device node -allow hal_livedisplay_sdm845 binder_device:chr_file rw_file_perms; - # Allow LiveDisplay to store files under /data/display and access them allow hal_livedisplay_sdm845 display_data_file:dir rw_dir_perms; allow hal_livedisplay_sdm845 display_data_file:file create_file_perms; diff --git a/sepolicy/private/hal_touch_sdm845.te b/sepolicy/private/hal_touch_sdm845.te index 9d39f00..a66f9cc 100644 --- a/sepolicy/private/hal_touch_sdm845.te +++ b/sepolicy/private/hal_touch_sdm845.te @@ -4,9 +4,6 @@ hal_server_domain(hal_touch_sdm845, hal_lineage_touch) type hal_touch_sdm845_exec, exec_type, file_type; init_daemon_domain(hal_touch_sdm845) -# Talk to the binder device node -allow hal_touch_sdm845 binder_device:chr_file rw_file_perms; - # Allow access to gesture enable nodes allow hal_touch_sdm845 proc_touchpanel:dir search; allow hal_touch_sdm845 proc_touchpanel:file rw_file_perms; diff --git a/sepolicy/private/hal_trust_sdm845.te b/sepolicy/private/hal_trust_sdm845.te index ddc4c21..944abdb 100644 --- a/sepolicy/private/hal_trust_sdm845.te +++ b/sepolicy/private/hal_trust_sdm845.te @@ -4,9 +4,6 @@ hal_server_domain(hal_trust_sdm845, hal_lineage_trust) type hal_trust_sdm845_exec, exec_type, file_type; init_daemon_domain(hal_trust_sdm845) -# Talk to the binder device node -allow hal_trust_sdm845 binder_device:chr_file rw_file_perms; - # Allow access to otg toggle node allow hal_trust_sdm845 sysfs_usb_supply:dir search; allow hal_trust_sdm845 sysfs_usb_supply:file rw_file_perms;