Merge "sepolicy: fix avc denial"

This commit is contained in:
Chung-Kai (Michael) Mei 2023-01-17 04:53:35 +00:00 committed by Android (Google) Code Review
commit ee6c28322a
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,6 @@ hal_camera_default hal_radioext_hwservice hwservice_manager b/264483024
hal_dumpstate_default vendor_displaycolor_service service_manager b/264482983
hal_dumpstate_default vendor_displaycolor_service service_manager b/264600086
hal_dumpstate_default vendor_modem_prop property_service b/264482983
hal_power_default sysfs_trusty file b/264483355
hal_secure_element_uicc hal_secure_element_hwservice hwservice_manager b/264483151
hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
hal_usb_gadget_impl hal_usb_gadget_hwservice hwservice_manager b/264483531

View file

@ -3,4 +3,5 @@ allow hal_power_default sysfs_fabric:file rw_file_perms;
allow hal_power_default sysfs_camera:file rw_file_perms;
allow hal_power_default sysfs_em_profile:file rw_file_perms;
allow hal_power_default sysfs_display:file rw_file_perms;
allow hal_power_default sysfs_trusty:file rw_file_perms;
set_prop(hal_power_default, vendor_camera_prop);