sm7250-common: Remove op1 and op2 partitions

This commit is contained in:
KakatkarAkshay
2022-01-11 11:52:40 +05:30
parent 4afb835916
commit c39d21ce33
6 changed files with 0 additions and 285 deletions

View File

@@ -2,8 +2,6 @@ type byte_cntr_device, dev_type;
type dash_device, dev_type;
type fingerprintd_device, dev_type;
type fragment_monitor_device, dev_type;
type op1_block_device, dev_type;
type op2_block_device, dev_type;
type param_block_device, dev_type;
type param_device, dev_type;
type reserve1_block_device, dev_type;

View File

@@ -1,7 +1,5 @@
# files
type oem_file, file_type;
type op1_file, file_type;
type op2_file, file_type;
type opf_file, file_type;
# procfs

View File

@@ -17,8 +17,6 @@
/dev/block/platform/soc/1d84000.ufshc/by-name/oem_cust2_[ab] u:object_r:vendor_custom_ab_block_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/oem_dycnvbk u:object_r:vendor_modem_efs_partition_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/oem_stanvbk u:object_r:vendor_modem_efs_partition_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/op1 u:object_r:op1_block_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/op2 u:object_r:op2_block_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/opproduct_[ab] u:object_r:vendor_custom_ab_block_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/param u:object_r:param_block_device:s0
/dev/block/platform/soc/1d84000.ufshc/by-name/reserve1 u:object_r:reserve1_block_device:s0
@@ -59,10 +57,6 @@
/(vendor|system/vendor)/bin/hw/vendor\.pixelworks\.hardware\.feature\.irisfeature-service u:object_r:hal_graphics_composer_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.qti\.hardware\.vibrator\.service\.oneplus u:object_r:hal_vibrator_default_exec:s0
# OP1, OP2 files
/mnt/vendor/op1(/.*)? u:object_r:op1_file:s0
/mnt/vendor/op2(/.*)? u:object_r:op2_file:s0
# Persist files
/mnt/vendor/persist u:object_r:vendor_data_file:s0
/mnt/vendor/persist/camera(/.*)? u:object_r:oem_file:s0

View File

@@ -1,8 +1,6 @@
allow vendor_init tmpfs:chr_file { read open };
allow vendor_init tmpfs:dir { create_dir_perms mounton };
allow vendor_init op2_file:file create_file_perms;
allow vendor_init proc_direct_swappiness:file w_file_perms;
allow vendor_init proc_hung_task:file w_file_perms;
allow vendor_init proc_swappiness:file w_file_perms;