]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
anbox: Add host /odm mount point to container
authorErfan Abdi <erfangplus@gmail.com>
Sun, 2 May 2021 22:16:09 +0000 (02:46 +0430)
committerErfan Abdi <erfangplus@gmail.com>
Mon, 3 May 2021 12:36:37 +0000 (17:06 +0430)
lxc-configs/config

index 9dea340c39b3fbbf2772b5f292932148d11a889d..f2cb9103fd0e77ac47169714853a52bc9a969538 100644 (file)
@@ -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
 
 # 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
 
 # Recursive mount /run to provide necessary host sockets
 lxc.mount.entry = /run run none rbind,create=dir 0 0