Remove unused rmnet and data properties for fixing avc denial error

Bug: 181924792
Test: verified with the forrest ROM and error log gone

Change-Id: Ia8eae9e2c347d79d3c37a894a1919e8f443630f7
This commit is contained in:
Aaron Tsai 2021-03-10 01:55:59 +08:00
parent aa58caf942
commit 815ce12ad5

View file

@ -433,13 +433,6 @@ on fs
mkdir /mnt/vendor/persist/data/tz 0700 system system mkdir /mnt/vendor/persist/data/tz 0700 system system
mkdir /mnt/vendor/persist/touch 0770 system system mkdir /mnt/vendor/persist/touch 0770 system system
# Enable rmnet data and aggregation
setprop persist.rmnet.mux enabled
setprop persist.rmnet.data.enable true
setprop persist.data.wda.enable true
setprop persist.data.df.agg.dl_pkt 10
setprop persist.data.df.agg.dl_size 4096
# Permissions for ION # Permissions for ION
chmod 0660 /sys/class/ion_cma/ion_video_ext/isolated chmod 0660 /sys/class/ion_cma/ion_video_ext/isolated
chown system system /sys/class/ion_cma/ion_video_ext/isolated chown system system /sys/class/ion_cma/ion_video_ext/isolated