freebsd-src/sbin/mount_nullfs
Doug Rabson 823dfd17e2 Add support for mounting single files in nullfs
My main use-case for this is to support mounting config files and secrets
into OCI containers. My current workaround copies the files into the
container which is messy and risks secrets leaking into container images
if the cleanup fails.

Reviewed by:	mjg, kib
Tested by:	pho
Differential Revision: https://reviews.freebsd.org/D37478

(cherry picked from commit a3f714c4ff)
2023-01-06 07:57:57 +00:00
..
Makefile sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:33:01 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mount_nullfs.8 Add support for mounting single files in nullfs 2023-01-06 07:57:57 +00:00
mount_nullfs.c Add support for mounting single files in nullfs 2023-01-06 07:57:57 +00:00