jails There is a way to make the FreeBSD's subsystem for Linux to only apply in the boundaries of a specific Jail

Jails run on the host's kernel. The host kernel has the compatibility enabled.
 
Jails run on the host's kernel. The host kernel has the compatibility enabled.
In technicality terms, meaning technical feasibility, this does not make impossible to have the linux compatibility layer only enable in a jail, as the host kernel may have the ability to be configured to only apply the compatibility layer when the syscalls come from a specific jail.
 
Back
Top