rspec/rules/S5802/description.adoc
2020-12-21 15:38:52 +01:00

2 lines
352 B
Plaintext

The purpose of creating a jail, the "virtual root directory" created with chroot-type functions, is to limit access to the file system by isolating the process inside this jail. However, many chroot function implementations don't modify the current working directory, thus the process has still access to unauthorized resources outside of the "jail".