chroot
- noun
- /ˈʧruːt/
- Specialized
- It also uses a chroot() sandbox, so it effectively has two sandboxes.
Examples
-
This is openSUSE running in chroot and LXDE in fullscreen Xephyr: http://susepaste.org/44058843.
Blog text (32) -
I compile Wine from source all the time, but I wouldn't even suggest the process to my non-geek friends, particularly when you need to set up a 32-bit chroot if you're running a 64-bit distro.
Blog text (4) -
Some of these attacks can be mitigated by running the scanner with its own user ID in a chroot jail.
Academic text (2011) -
However, doing so requires highly privileged, application-specific code to set up the chroot environment and risks breaking the scanner or one of its helper programs due to missing files.
Academic text (2011) -
The program is running in a chroot environment to prevent unauthorized access to the system.
-
To enhance security, we installed the software inside a chroot to isolate its effects.
-
By using a chroot, we can limit the application's access to only the necessary directories.
Synonyms
A safe area on a computer where new or unsafe programs can run
A separate area on a computer that keeps a program away from the rest of the system
How Isolated
- Specialized
- Specialized
- Specialized
- Specialized
Surface Forms
Morphology
Etymology
Chroot comes from ch- (short for 'change') and root (the 'top' directory of a computer). Think of a chroot as a small, separate 'root' home for a program, which is why it is a restricted environment that keeps the program away from the main system.