svn commit: r355818 - in head: share/man/man4 sys/amd64/linux sys/amd64/linux32 sys/arm64/linux sys/compat/linux sys/i386/linux

Edward Napierala trasz at freebsd.org
Tue Dec 17 18:14:36 UTC 2019


On Mon, 16 Dec 2019 at 20:59, Enji Cooper <yaneurabeya at gmail.com> wrote:
>
>
> > On Dec 16, 2019, at 12:07, Edward Tomasz Napierala <trasz at freebsd.org> wrote:
> >
> > Author: trasz
> > Date: Mon Dec 16 20:07:04 2019
> > New Revision: 355818
> > URL: https://svnweb.freebsd.org/changeset/base/355818
> >
> > Log:
> >  Add compat.linux.emul_path, so it can be set to something other
> >  than "/compat/linux".  Useful when you have several compat directories
> >  with different Linux versions and you don't want to clash with files
> >  installed by linux-c7 packages.
>
> Hi Edward!
>     Great feature :).. i was wondering if it made sense to implement this sysctl as a per-jail setting so one jail could have one setting and another have another setting? Arguably, one could just leave the default, but it’s a just thought I had when reading your commit message.

Thanks!  Yes, eventually this could be turned into a per-jail
parameter.  In most cases it just doesn't matter within a jail, though
- for Linux jails you probably want to have a usual Linux root
filesystem, without /compat/linux; thus, linuxulator path translation
will be a nop.


More information about the svn-src-head mailing list