X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/5a0e2b1e725551d4eec7a562c66793b31cef872c..e357496ce1b2ecf59c2336037df68e502629417c:/scripts/run-container.sh diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 549b43f..8786995 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -62,6 +62,7 @@ mount -o remount,ro rootfs/vendor # Anbox binder permissions chmod 666 /dev/anbox-*binder +chmod 777 /dev/ashmem # Wayland socket permissions chmod 777 -R /run/user/32011 @@ -78,4 +79,9 @@ chmod 777 /dev/mtk_cmdq chmod 777 /dev/video32 chmod 777 /dev/video33 +# Graphics nodes permissions +chmod 777 -R /dev/dri/* +chmod 777 -R /dev/graphics/* +chmod 777 -R /dev/fb* + lxc-start -n anbox -F -- /init