I'm trying to run the demo on Ubuntu 22.04. There will be `Permission denied` if I don't run with `sudo` To successfully run the demo, I have to run ``` sudo make build sudo make setup sudo make transfer ``` Is this a bug or it is expected? Thanks!