https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209706
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: [email protected]
Reporter: [email protected]
CC: [email protected]
To facilitate mixing foreign executables with native in scripts image
activators need to support path translation similar to linuxulator. This would
make dynamic ELF executables able to find rtld(1) for their ABI without chroot.
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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"