mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Add unit tests
This commit is contained in:
parent
65c45517e1
commit
a9174267b3
4 changed files with 17 additions and 17 deletions
|
|
@ -251,7 +251,7 @@ In particular, it uses a special program called `GRoot`, a small and portable
|
|||
version of
|
||||
[arch-chroot](https://wiki.archlinux.org/index.php/Chroot)
|
||||
wrapper, that allows to bind mount directories specified by the user, such as
|
||||
`/proc`, `/sys`, `/dev`, `/tmp` and `$HOME`, before
|
||||
`/proc`, `/sys`, `/dev`, `/tmp`, `/run/user/<id>` and `$HOME`, before
|
||||
executing any programs inside the JuNest sandbox. In case the mounting will not
|
||||
work, JuNest is even providing the possibility to run the environment directly via
|
||||
the pure `chroot` command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue