diff options
| author | Arjun Sharma <arjsharm@redhat.com> | 2020-03-11 11:37:48 +0530 | 
|---|---|---|
| committer | Arjun Sharma <arjsharm@redhat.com> | 2020-03-11 12:06:31 +0530 | 
| commit | f90866a092f0df6e312be25807bf2118e163407d (patch) | |
| tree | 6fc85714927e7b6b657203c3aeadcc2274b1d26b | |
| parent | 6c492274e923df1083b61bd46453e11171761632 (diff) | |
Updating create-ganesha-config script:
Adding the Security_Label parameter for labelled nfs
Change-Id: I26d332bc30c767093cfa5d6e63a3b0268fc8a60b
Fixes: bz#1812353
Signed-off-by: Arjun Sharma <arjsharm@redhat.com>
| -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 1ffba427457..3040e8138b0 100755 --- a/extras/ganesha/scripts/create-export-ganesha.sh +++ b/extras/ganesha/scripts/create-export-ganesha.sh @@ -64,6 +64,7 @@ echo "      Pseudo=\"/$VOL\";"  echo '      Protocols = "3", "4" ;'  echo '      Transports = "UDP","TCP";'  echo '      SecType = "sys";' +echo '      Security_Label = False;'  echo "     }"  }  if [ "$OPTION" = "on" ];  | 
