Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2024 13:27:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 277027] Null-mount a single file (not a directory)
Message-ID:  <bug-277027-3630-sSpSrABlO3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277027-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277027-3630@https.bugs.freebsd.org/bugzilla/>

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

dfr@rabson.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfr@rabson.org

--- Comment #11 from dfr@rabson.org ---
(In reply to vini.ipsmaker from comment #10)

It seems reasonable to allow mounting sockets and fifos but certainly not f=
or
devices - having device nodes outside of devfs has not worked since about
FreeBSD 6.0 (as mentioned in the manual for mknod(1)). The correct way of
exposing devices in jails is to use devfs rules to add specific nodes to the
jail's devfs. For podman users, the '--device' argument to 'podman run' and
'podman create' is supported on FreeBSD and under the hood, it adds suitable
devfs rules to the container jail.

--=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-277027-3630-sSpSrABlO3>