From 85264d40891edee6ac3cf7550e58cc49927df51c Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 10 Dec 2022 20:20:28 +0100 Subject: [PATCH] mondrianwifi: 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. --- rootdir/etc/init.qcom.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 5a785d6..0e02a3b 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -29,9 +29,6 @@ import /vendor/etc/init/hw/init.qcom.usb.rc on early-init - mount debugfs debugfs /sys/kernel/debug - chmod 0755 /sys/kernel/debug - # Increase max readahead size to 512 KB write /sys/block/mmcblk0/queue/read_ahead_kb 512 write /sys/block/mmcblk0/queue/scheduler noop