rosemary: Enforce android-S new launch debugfs restrictions

This removes the default mounting of debugfs, as
it is no longer allowed from android-S new-launch.

Change-Id: I78878e1c4177c07d66b13e5659d4360252c5f87b
This commit is contained in:
P.Adarsh Reddy
2022-09-22 20:10:09 +01:00
committed by Matsvei Niaverau
parent ecd0b35267
commit 843bb81c3f

View File

@@ -20,8 +20,6 @@ on early-init
# boot perf. tune # boot perf. tune
write /proc/perfmgr/boost_ctrl/cpu_ctrl/boot_freq "0 0 0 0" write /proc/perfmgr/boost_ctrl/cpu_ctrl/boot_freq "0 0 0 0"
write /sys/devices/platform/10012000.dvfsrc/helio-dvfsrc/dvfsrc_req_ddr_opp 0 write /sys/devices/platform/10012000.dvfsrc/helio-dvfsrc/dvfsrc_req_ddr_opp 0
mount debugfs debugfs /sys/kernel/debug
chmod 0755 /sys/kernel/debug
on init on init
write /proc/bootprof "INIT:init" write /proc/bootprof "INIT:init"