Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 05:52:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 209706] imgact_binmisc.ko: add support for kern_alternate_path(9)
Message-ID:  <bug-209706-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209706

            Bug ID: 209706
           Summary: imgact_binmisc.ko: add support for
                    kern_alternate_path(9)
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: feature, needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: sbruno@FreeBSD.org

To facilitate mixing foreign executables with native in scripts image
activators need to support path translation similar to linuxulator. This wo=
uld
make dynamic ELF executables able to find rtld(1) for their ABI without chr=
oot.
Once implemented the path can configured via an optional argument to
binmiscctl(8).

  $ /compat/linux/bin/date
  Mon May 22 22:17:47 UTC 2016

  $ /poudriere/jails/head-aarch64/bin/date
  Unable to load interpreter

vs.

  $ sudo chroot /poudriere/jails/head-aarch64 /bin/date
  Mon May 22 22:17:47 UTC 2016

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209706-8>