Backout "Only return file descriptors to block or character devices"
authorkn <kn@openbsd.org>
Fri, 26 Aug 2022 21:47:16 +0000 (21:47 +0000)
committerkn <kn@openbsd.org>
Fri, 26 Aug 2022 21:47:16 +0000 (21:47 +0000)
commit531ea1fd1f29d4262dcc911182a2c7056587eb1f
tree24b80267b66425f9ae755b92824cc8ad01e22499
parentaad64fc5579f45b281af7fe9464d6b5b43f5998b
Backout "Only return file descriptors to block or character devices"

mount_mfs(8) no monger mounts "/build" with the following fstab(5) entry:
/dev/sd0b /build mfs rw,noperm,nodev,nosuid,-s=2064348,noauto

as found out by bluhm the hard way.
lib/libutil/opendev.3
lib/libutil/opendev.c