landrun
Run any Linux process in a secure, unprivileged sandbox using Landlock. Think firejail, but lightweight, user-friendly, and baked into the kernel.
How to download and setup landrun
Open terminal and run command
git clone https://github.com/Zouuup/landrun.git
git clone is used to create a copy or clone of landrun repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with landrun https://github.com/Zouuup/landrun/archive/master.zip
Or simply clone landrun with SSH
[email protected]:Zouuup/landrun.git