# 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
# Wayland socket permissions
chmod 777 -R /run/user/32011
+# Set sw_sync permissions
+chmod 777 /dev/sw_sync
+chmod 777 /sys/kernel/debug/sync/sw_sync
+
lxc-start -n anbox -F -- /init