25 lines
680 B
Diff
25 lines
680 B
Diff
From 9fea3745198ad19542601e07c99022dfad53c0bb Mon Sep 17 00:00:00 2001
|
|
From: Ziyang Zhou <ziyang.zhou@outlook.com>
|
|
Date: Sat, 2 Sep 2023 17:10:16 +0800
|
|
Subject: [PATCH 8/8] skip fusectl mount
|
|
|
|
---
|
|
rootdir/init.rc | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/rootdir/init.rc b/rootdir/init.rc
|
|
index 07ff1fc4e..6851f62bd 100644
|
|
--- a/rootdir/init.rc
|
|
+++ b/rootdir/init.rc
|
|
@@ -246,7 +246,6 @@ on init
|
|
exec -- /vendor/bin/binder_alloc /dev/binderfs/binder-control binder hwbinder vndbinder
|
|
|
|
# Mount fusectl
|
|
- mount fusectl none /sys/fs/fuse/connections
|
|
|
|
symlink /dev/binderfs/binder /dev/binder
|
|
symlink /dev/binderfs/hwbinder /dev/hwbinder
|
|
--
|
|
2.34.1
|
|
|