diff --git a/whitechapel/vendor/google/device.te b/whitechapel/vendor/google/device.te index 113cd5cf..4662a075 100644 --- a/whitechapel/vendor/google/device.te +++ b/whitechapel/vendor/google/device.te @@ -3,13 +3,11 @@ type efs_block_device, dev_type; type modem_block_device, dev_type; type modem_userdata_block_device, dev_type; type persist_block_device, dev_type; -type sda_block_device, dev_type; type mfg_data_block_device, dev_type; # Exynos devices type vendor_toe_device, dev_type; type custom_ab_block_device, dev_type; -type devinfo_block_device, dev_type; # usbpd type logbuffer_device, dev_type; diff --git a/whitechapel/vendor/google/file.te b/whitechapel/vendor/google/file.te index a1baa85f..965c876e 100644 --- a/whitechapel/vendor/google/file.te +++ b/whitechapel/vendor/google/file.te @@ -31,9 +31,6 @@ type vendor_charger_debugfs, fs_type, debugfs_type; type vendor_votable_debugfs, fs_type, debugfs_type; type vendor_battery_debugfs, fs_type, debugfs_type; -# Exynos sysfs -type sysfs_ota, sysfs_type, fs_type; - # Exynos Firmware type vendor_fw_file, vendor_file_type, file_type; diff --git a/whitechapel/vendor/google/file_contexts b/whitechapel/vendor/google/file_contexts index c804c5a7..49a88cff 100644 --- a/whitechapel/vendor/google/file_contexts +++ b/whitechapel/vendor/google/file_contexts @@ -21,7 +21,6 @@ # # HALs # -/(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.[0-2]-service-gs101 u:object_r:hal_bootctl_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate-service\.gs101 u:object_r:hal_dumpstate_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.power\.stats@1\.0-service\.gs101 u:object_r:hal_power_stats_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.memtrack-service\.pixel u:object_r:hal_memtrack_default_exec:s0 diff --git a/whitechapel/vendor/google/hal_bootctl_default.te b/whitechapel/vendor/google/hal_bootctl_default.te index a9f9cdea..fe4ba2e0 100644 --- a/whitechapel/vendor/google/hal_bootctl_default.te +++ b/whitechapel/vendor/google/hal_bootctl_default.te @@ -1,4 +1 @@ -allow hal_bootctl_default sda_block_device:blk_file rw_file_perms; -allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms; -allow hal_bootctl_default sysfs_ota:file rw_file_perms; allow hal_bootctl_default sysfs_bootctl:file rw_file_perms;