Merge "Revert "Add ro.fstype.data to indicate fs type of /data"" into main

This commit is contained in:
Priyanka Advani 2024-05-29 23:58:59 +00:00 committed by Gerrit Code Review
commit afb462c006
4 changed files with 0 additions and 7 deletions

View file

@ -8,7 +8,6 @@
profcollectd_etr_prop
fs_bpf_lmkd_memevents_rb
fs_bpf_lmkd_memevents_prog
fstype_prop
binderfs_logs_transactions
binderfs_logs_transaction_history
proc_compaction_proactiveness

View file

@ -973,7 +973,6 @@ ro.boot.dynamic_partitions_retrofit u:object_r:exported_default_prop:s0 exact st
ro.boottime.init.mount.data u:object_r:boottime_public_prop:s0 exact string
ro.boottime.init.fsck.data u:object_r:boottime_public_prop:s0 exact string
ro.fstype.data u:object_r:fstype_prop:s0 exact string
ro.build.characteristics u:object_r:build_prop:s0 exact string
ro.build.date u:object_r:build_prop:s0 exact string

View file

@ -15,10 +15,6 @@ get_prop(vendor_init, device_config_virtualization_framework_native_prop)
# Let vendor_init use apex.<name>.ready to start services from vendor APEX
get_prop(vendor_init, apex_ready_prop)
# Let vendor_init read ro.fstype.data to process init.rc triggers
# for this property
get_prop(vendor_init, fstype_prop)
# chown/chmod on devices, e.g. /dev/ttyHS0
allow vendor_init {
dev_type

View file

@ -77,7 +77,6 @@ system_restricted_prop(device_config_vendor_system_native_prop)
system_restricted_prop(device_config_vendor_system_native_boot_prop)
system_restricted_prop(drm_forcel3_prop)
system_restricted_prop(fingerprint_prop)
system_restricted_prop(fstype_prop)
system_restricted_prop(gwp_asan_prop)
system_restricted_prop(hal_instrumentation_prop)
system_restricted_prop(userdebug_or_eng_prop)