X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/a6e467820f98f8833582720f1a020bf555e0a134..2811b5358ee26edbb5601e2d2a434d4c1bdfb2a0:/lxc-configs/config diff --git a/lxc-configs/config b/lxc-configs/config index 802c31a..64703bc 100644 --- a/lxc-configs/config +++ b/lxc-configs/config @@ -13,7 +13,7 @@ lxc.mount.auto = cgroup:ro sys:ro proc lxc.network.type = veth lxc.network.flags = up -lxc.network.link = lxcbr0 +lxc.network.link = anbox0 lxc.network.name = eth0 lxc.network.hwaddr = 00:16:3e:f9:d3:03 lxc.network.mtu = 1500 @@ -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 @@ -58,7 +58,6 @@ 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 @@ -73,4 +72,8 @@ 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