# start lxc-net, that sets up lxc bridge
start lxc-net
+brctl addbr anbox0
# stop nfcd to not conflict with anbox
stop nfcd
# Anbox binder permissions
chmod 666 /dev/anbox-*binder
+chmod 777 /dev/ashmem
# Wayland socket permissions
chmod 777 -R /run/user/32011
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