bhyveload(8): document some SECURITY CONSIDERATIONS
authorKyle Evans <kevans@FreeBSD.org>
Fri, 12 Jan 2024 19:57:53 +0000 (13:57 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 12 Jan 2024 19:58:16 +0000 (13:58 -0600)
commit5df041c4bbf70d549b055f332630925295ad5aaf
treea5dcdf10a9f0870b9347826406895262c9a0572f
parent46ebf11f5a328bc7c57ecc7c0d7eea64113d3441
bhyveload(8): document some SECURITY CONSIDERATIONS

The situation is improved now that we're running in a sandbox, but there
is still some host machine access that could be concerning depending on
the context.  These concerns may be somewhat mitigated by the fact that
the host machine usually provides the loader binary, even when the guest
image is providing the loader scripts -- they only bring the lua
scripts, and they have to be able to execute arbitrary syscalls rather
than the interfaces provided by libsa(3).

Reviewed by: jhb, markj
Differential Revision: https://reviews.freebsd.org/D43299
usr.sbin/bhyveload/bhyveload.8