set access mode to 0000 to disable writes in mount point
This commit is contained in:
parent
2138870520
commit
aa54dcffdc
1 changed files with 1 additions and 1 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue