diff options
| -rwxr-xr-x | extras/ganesha/scripts/create-export-ganesha.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/ganesha/scripts/create-export-ganesha.sh b/extras/ganesha/scripts/create-export-ganesha.sh index 48c0ea5c16c..9762c0d110d 100755 --- a/extras/ganesha/scripts/create-export-ganesha.sh +++ b/extras/ganesha/scripts/create-export-ganesha.sh @@ -44,6 +44,7 @@ echo "           hostname=\"localhost\";"  echo  "          volume=\"$VOL\";"  echo "           }"  echo "      Access_type = RW;" +echo "      Disable_ACL = true;"  echo '      Squash="No_root_squash";'  echo "      Pseudo=\"/$VOL\";"  echo '      Protocols = "3", "4" ;'  | 
