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 a34941c24f
commit bc6998c095

View file

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