From: Erfan Abdi Date: Sun, 2 May 2021 22:16:09 +0000 (+0430) Subject: anbox: Add host /odm mount point to container X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/0d8d79b3c289cae583160000417113e108155cd4?ds=inline anbox: Add host /odm mount point to container --- diff --git a/lxc-configs/config b/lxc-configs/config index 9dea340..f2cb910 100644 --- a/lxc-configs/config +++ b/lxc-configs/config @@ -58,6 +58,7 @@ lxc.mount.entry = /home/anbox/data data none bind 0 0 # Mount host /vendor to /vendor_extra lxc.mount.entry = /vendor vendor_extra none bind,optional 0 0 +lxc.mount.entry = /odm odm_extra none bind,optional 0 0 # Recursive mount /run to provide necessary host sockets lxc.mount.entry = /run run none rbind,create=dir 0 0