Add /mnt/appfuse mount point to init.rc.
BUG=25755834 Change-Id: I00b1185aec7a95baa6ef2f345a49761f3d006c4d
This commit is contained in:
parent
12f726cee9
commit
7abc71ecd3
|
@ -76,6 +76,7 @@ on init
|
|||
mkdir /mnt/user 0755 root root
|
||||
mkdir /mnt/user/0 0755 root root
|
||||
mkdir /mnt/expand 0771 system system
|
||||
mkdir /mnt/appfuse 0711 root root
|
||||
|
||||
# Storage views to support runtime permissions
|
||||
mkdir /mnt/runtime 0700 root root
|
||||
|
|
Loading…
Reference in New Issue