]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - lxc-configs/config
anbox: Add host /odm mount point to container
[waydroid.git] / lxc-configs / config
index 118810f088a6d84968fe463915fc334521d62464..f2cb9103fd0e77ac47169714853a52bc9a969538 100644 (file)
@@ -58,8 +58,13 @@ 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
 
+# Necessary sw_sync node for HWC
+lxc.mount.entry = /dev/sw_sync dev/sw_sync none bind,create=file,optional 0 0
+lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none rbind,create=dir,optional 0 0
+
 lxc.hook.post-stop = /dev/null