diff --git a/legacy/zuma/vendor/device.te b/legacy/zuma/vendor/device.te index 714896d..80bf3f0 100644 --- a/legacy/zuma/vendor/device.te +++ b/legacy/zuma/vendor/device.te @@ -1,6 +1,5 @@ type persist_block_device, dev_type; type custom_ab_block_device, dev_type; -type devinfo_block_device, dev_type; type mfg_data_block_device, dev_type; type ufs_internal_block_device, dev_type; type logbuffer_device, dev_type; @@ -16,6 +15,3 @@ type gcma_camera_heap_device, dmabuf_heap_device_type, dev_type; # SecureElement SPI device type st54spi_device, dev_type; - -# OTA -type sda_block_device, dev_type; diff --git a/legacy/zuma/vendor/hal_bootctl_default.te b/legacy/zuma/vendor/hal_bootctl_default.te deleted file mode 100644 index 2db4651..0000000 --- a/legacy/zuma/vendor/hal_bootctl_default.te +++ /dev/null @@ -1,4 +0,0 @@ -allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms; -allow hal_bootctl_default sda_block_device:blk_file rw_file_perms; -allow hal_bootctl_default sysfs_ota:file rw_file_perms; -allow hal_bootctl_default tee_device:chr_file rw_file_perms; diff --git a/vendor/file.te b/vendor/file.te index b221f7b..cbe1e35 100644 --- a/vendor/file.te +++ b/vendor/file.te @@ -16,7 +16,6 @@ type sysfs_acpm_stats, sysfs_type, fs_type; type sysfs_write_leds, sysfs_type, fs_type; type sysfs_fabric, sysfs_type, fs_type; type sysfs_em_profile, sysfs_type, fs_type; -type sysfs_ota, sysfs_type, fs_type; type sysfs_ospm, sysfs_type, fs_type; # debugfs diff --git a/vendor/file_contexts b/vendor/file_contexts index a0c9639..4cf0fae 100644 --- a/vendor/file_contexts +++ b/vendor/file_contexts @@ -9,7 +9,6 @@ /vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.trusty u:object_r:hal_gatekeeper_default_exec:s0 /vendor/bin/hw/android\.hardware\.nfc-service\.st u:object_r:hal_nfc_default_exec:s0 /vendor/bin/hw/android\.hardware\.health-service\.zumapro u:object_r:hal_health_default_exec:s0 -/vendor/bin/hw/android\.hardware\.boot@1\.2-service-zumapro u:object_r:hal_bootctl_default_exec:s0 /vendor/bin/hw/android\.hardware\.power\.stats-service\.pixel u:object_r:hal_power_stats_default_exec:s0 /vendor/bin/hw/android\.hardware\.secure_element-service\.thales u:object_r:hal_secure_element_st54spi_aidl_exec:s0 /vendor/bin/hw/android\.hardware\.secure_element-service.uicc u:object_r:hal_secure_element_uicc_exec:s0