X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/56ca7bbac20c4158dbcdc1a5fde28732ca100f14..6c242ab388d180283558b827bebec3ffb58b1bdd:/lxc-configs/config diff --git a/lxc-configs/config b/lxc-configs/config index 9dea340..7211572 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 @@ -66,4 +67,14 @@ lxc.mount.entry = /run run none rbind,create=dir 0 0 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 +# Media dev nodes (for Mediatek) +lxc.mount.entry = /dev/Vcodec dev/Vcodec none bind,create=file,optional 0 0 +lxc.mount.entry = /dev/MTK_SMI dev/MTK_SMI none bind,create=file,optional 0 0 +lxc.mount.entry = /dev/mdp_sync dev/mdp_sync none bind,create=file,optional 0 0 +lxc.mount.entry = /dev/mtk_cmdq dev/mtk_cmdq none bind,create=file,optional 0 0 + +# Media dev nodes (for Qcom) +lxc.mount.entry = /dev/video32 dev/video32 none bind,create=file,optional 0 0 +lxc.mount.entry = /dev/video33 dev/video33 none bind,create=file,optional 0 0 + lxc.hook.post-stop = /dev/null