Map /dev/fuse to make Android volume manager happy
This commit is contained in:
parent
c556bf4f2f
commit
e12ed13962
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ anbox::cmds::Run::Run(const BusFactory &bus_factory)
|
|||
{config::host_input_device_path(), "/dev/input"},
|
||||
{"/dev/binder", "/dev/binder"},
|
||||
{"/dev/ashmem", "/dev/ashmem"},
|
||||
{"/dev/fuse", "/dev/fuse"},
|
||||
};
|
||||
|
||||
dispatcher->dispatch(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue