Washhouse0749

joined 1 year ago
[–] Washhouse0749@sh.itjust.works 1 points 1 day ago (1 children)

true enough, video acceleration is a bit harder / more expensive with an extra gpu, thats why i shyed away from suggesting vms

im not on arch but the explanation is still valuable: https://wiki.archlinux.org/title/Systemd-nspawn

[–] Washhouse0749@sh.itjust.works 4 points 1 day ago (4 children)

There are systemd nspawn Containers, you could install debian, or whatever you fancy inside, they provode simmillar isolation to docker containers and you can even integrate them with gui.

Containerized apps will then only see the container folder

https://michael.franzl.name/blog/posts/2023-12-02-run-graphical-wayland-applications-in-systemd-nspawn

You could spawn their processes in a isolated network namespace, connected to a proxy via tun interface. You can then setup firewall rules on that interface to block all traffic, except the proxy an maybe your own dns - that should all be out of the users „reach“.