I have an application that I would like to start in a "visualized environment". I don't want this application to be able to write/read any files on my local file system. A bonus would be to be able to monitor everything this application does.
The application is graphical if that matters.
Can I do this with existing linux tools? Can I emulate this behaviour with chroot?
I don't want to run a fully virtualbox just for 1 application, this seems like an over kill.
Thank you, Maxim.