Explicitly disable FUSE

It is already disabled, but having an explcit value in the prop makes
some code in the system_server, easier.

Will follow up with a cl to explicitly enable it on internal master,
aosp will remain this way since it doesn't have the additional
components to run FUSE.

Test: Freshly wiped and flashed device has persist.sys.fuse set to false
Bug: 135341433
Merged-In: I1493e2806823b5751794a9a17ee248dc72b857ff
Change-Id: Ibb955a543e367aa2f4518d5c1c4d070cd084eca0
This commit is contained in:
Zim 2020-02-11 16:55:06 +00:00
parent 274bd807a6
commit a3209c5f57
1 changed files with 3 additions and 0 deletions

View File

@ -739,6 +739,9 @@ on post-fs-data
# IOCTLs on ashmem fds any more.
setprop sys.use_memfd false
# Explicitly disable FUSE
setprop persist.sys.fuse false
# Set fscklog permission
chown root system /dev/fscklogs/log
chmod 0770 /dev/fscklogs/log