vendor: init: 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: Ifeda709613c68234093947f7a92638b4069b089a Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
f35010ecb4
commit
b28aece006
|
@ -32,8 +32,6 @@ import /vendor/etc/init/hw/init.target.rc
|
|||
import /vendor/etc/init/hw/init.qcom.factory.rc
|
||||
|
||||
on early-init
|
||||
mount debugfs debugfs /sys/kernel/debug
|
||||
chmod 0755 /sys/kernel/debug
|
||||
# mount tracefs tracefs /sys/kernel/tracing
|
||||
# chmod 0755 /sys/kernel/tracing
|
||||
|
||||
|
|
Loading…
Reference in New Issue