From: Erfan Abdi Date: Sat, 12 Jun 2021 20:16:42 +0000 (+0430) Subject: anbox: Use optional for host_hwbinder X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/2a3d78222c0788d6301c225b75545342ff0f2a43?ds=inline anbox: Use optional for host_hwbinder --- diff --git a/lxc-configs/config b/lxc-configs/config index da8582e..64703bc 100644 --- a/lxc-configs/config +++ b/lxc-configs/config @@ -43,7 +43,7 @@ lxc.mount.entry = /dev/dri dev/dri none bind,create=dir,optional 0 0 lxc.mount.entry = /dev/anbox-binder dev/binder none bind,create=file 0 0 lxc.mount.entry = /dev/anbox-vndbinder dev/vndbinder none bind,create=file 0 0 lxc.mount.entry = /dev/anbox-hwbinder dev/hwbinder none bind,create=file 0 0 -lxc.mount.entry = /dev/hwbinder dev/host_hwbinder none bind,create=file 0 0 +lxc.mount.entry = /dev/hwbinder dev/host_hwbinder none bind,create=file,optional 0 0 # Necessary device nodes for adb lxc.mount.entry = none dev/pts devpts defaults,mode=644,ptmxmode=666,create=dir 0 0