- If the host has the kernel drivers properly loaded, would the chrooted enviroment be able to use them (ex. wireless, power)?
- Does the chrooted enviroment need its Xorg drivers to be configured or does it just need Xorg drivers from the host?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
Chroot is a very limited mechanism with poor isolation between the chrooted environment and the host. In fact, other than filesystem confinement due to modified root directory there is no other isolation at all. In particular all drivers compiled and loaded into the kernel are shared between the host and the chrooted environment. Note however that chrooted environment may be unable to access devices when |
|||||
|

