nfs root access fix

This commit is contained in:
Z. Cliffe Schreuders
2019-07-09 16:19:38 +01:00
parent 7b1b064557
commit 45c9bc2de3

View File

@@ -2,7 +2,7 @@
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
/ *(rw,sync,no_subtree_check)
/ *(rw,sync,no_subtree_check,no_root_squash)
#
# Example for NFSv4: