set access mode to 0000 to disable writes in mount point

This commit is contained in:
David Kilias 2023-10-09 18:24:53 +02:00 committed by Stefan Haun
parent 2138870520
commit aa54dcffdc

View file

@ -18,7 +18,7 @@
state: directory state: directory
owner: nobody owner: nobody
group: nogroup group: nogroup
mode: '0777' mode: '0000'
# modify /etc/exports# # modify /etc/exports#
# echo '/srv/nfs 10.0.0.0/24(rw,sync,no_subtree_check)' # echo '/srv/nfs 10.0.0.0/24(rw,sync,no_subtree_check)'