Can anyone tell me what the best practice is for the default export policy on an SVM that contains both SMB and NFS volumes?
Traditionally, we've set the protocol to "cifs,nfs" and clientmatch to be "0.0.0.0/0", and the rorule to "any". Should the rwrule and superuser be "none"? The OnTap documentation and the Security Hardening Guide both say that even with "none", anonymous access is granted, which is confusing to me.
The SMB volumes all inherit the default policy, but the NFS volumes have individual policies that specify which clients can access them. For the NFS volumes, does the specific export policy assigned to the volume override the default policy set for the SVM? I'm worried that someone could possibly mount the SVM root and then traverse the underlying volumes.
Any help is appreciated!