Can I limit the system resources that a process can use on Linux? I want to configure the system to avoid that some specified processes use some system resources:
- choose if a process is allowed to use network and Internet.
- choose which files and folders that a process can read, write or execute.
- choose if a process is allowed to use sound and graphics output, and printer.
- choose the limit of memory that it can use.
I think it is a good solution to run untrusted software without problems.
Thanks