Fast unprivileged chroots
Go to file
Fierelier 5265e615be Fix some mount stuff 2024-01-12 08:10:16 +01:00
app Fix some mount stuff 2024-01-12 08:10:16 +01:00
LICENSE First commit 2023-11-29 05:11:49 +01:00
README.txt First commit 2023-11-29 05:11:49 +01:00
install First commit 2023-11-29 05:11:49 +01:00

README.txt

Prerequisites:
* linux-utils
* sed

Installation:
* Run sudo ./install
* If you want to alter the settings, do sudo bash. From there, set DISTRO to change the program's name. Eg. DISTRO=foobar ./install

Uninstallation:
* Run sudo bash and run UNINSTALL=1 ./install
* If you altered your DISTRO value before, you have to set it to the same value

Running:
* Syntax: unshare-helper <command>

Commands:
* help
Show this help.

* prefix-start </path/to/prefix> <command>
Start a program within a prefix. If UNSHH_ROOT is set to 1, it will use settings that emulate root rights.

* app-export </path/to/prefix> <application or /path/to/application.desktop> <name-suffix>
Add a desktop launcher from the prefix to the host.

* app-unexport </path/to/prefix> <application>
Remove a desktop launcher of a prefix from the host.