From 2a3d78222c0788d6301c225b75545342ff0f2a43 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Sun, 13 Jun 2021 00:46:42 +0430 Subject: [PATCH] anbox: Use optional for host_hwbinder --- lxc-configs/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3