]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the NFS over TLS exports to mountd.
authorRick Macklem <rmacklem@FreeBSD.org>
Sun, 30 Aug 2020 21:21:58 +0000 (21:21 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Sun, 30 Aug 2020 21:21:58 +0000 (21:21 +0000)
commit813837bade48fc316e7fa3167b9acc3e37bd4242
tree9f3ededab64dc936a5426d0c0e78c351ea25a273
parent25641c7cccdf3023337856124b8842292b934585
Add support for the NFS over TLS exports to mountd.

Three new export flags are added to mountd that will restrict exported
file system mounts to use TLS.  Without these flags, TLS is allowed, but not
required.

The exports(5) man page will be updated in a future commit.
usr.sbin/mountd/mountd.c