zumapro: move sepolicy related to bootctrl hal to gs-common
Bug: 265063384 Change-Id: I0eaa0b798f46a32404c8d7d797b5aeceb12326a0 Signed-off-by: Jason Chiu <jasoncschiu@google.com>
This commit is contained in:
parent
546c53d1e1
commit
4d6d0adb8f
4 changed files with 0 additions and 10 deletions
4
legacy/zuma/vendor/device.te
vendored
4
legacy/zuma/vendor/device.te
vendored
|
@ -1,6 +1,5 @@
|
||||||
type persist_block_device, dev_type;
|
type persist_block_device, dev_type;
|
||||||
type custom_ab_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 mfg_data_block_device, dev_type;
|
||||||
type ufs_internal_block_device, dev_type;
|
type ufs_internal_block_device, dev_type;
|
||||||
type logbuffer_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
|
# SecureElement SPI device
|
||||||
type st54spi_device, dev_type;
|
type st54spi_device, dev_type;
|
||||||
|
|
||||||
# OTA
|
|
||||||
type sda_block_device, dev_type;
|
|
||||||
|
|
4
legacy/zuma/vendor/hal_bootctl_default.te
vendored
4
legacy/zuma/vendor/hal_bootctl_default.te
vendored
|
@ -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;
|
|
1
vendor/file.te
vendored
1
vendor/file.te
vendored
|
@ -16,7 +16,6 @@ type sysfs_acpm_stats, sysfs_type, fs_type;
|
||||||
type sysfs_write_leds, sysfs_type, fs_type;
|
type sysfs_write_leds, sysfs_type, fs_type;
|
||||||
type sysfs_fabric, sysfs_type, fs_type;
|
type sysfs_fabric, sysfs_type, fs_type;
|
||||||
type sysfs_em_profile, 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;
|
type sysfs_ospm, sysfs_type, fs_type;
|
||||||
|
|
||||||
# debugfs
|
# debugfs
|
||||||
|
|
1
vendor/file_contexts
vendored
1
vendor/file_contexts
vendored
|
@ -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\.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\.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\.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\.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\.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
|
/vendor/bin/hw/android\.hardware\.secure_element-service.uicc u:object_r:hal_secure_element_uicc_exec:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue