]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
anbox: Use optional for host_hwbinder
authorErfan Abdi <erfangplus@gmail.com>
Sat, 12 Jun 2021 20:16:42 +0000 (00:46 +0430)
committerErfan Abdi <erfangplus@gmail.com>
Sat, 12 Jun 2021 20:16:42 +0000 (00:46 +0430)
lxc-configs/config

index da8582ea67889d226384af7f8e80c9cbb1915bcb..64703bc40a8031bdf12b84d76f72fbb3642f1f96 100644 (file)
@@ -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