Commit f3b4b1aa authored by Rohit Jnagal's avatar Rohit Jnagal

Merge pull request #9019 from markturansky/recyc_img

Fixes nfs-server security issue in image
parents 25e63e73 53952ad9
......@@ -20,7 +20,7 @@ function start()
# prepare /etc/exports
for i in "$@"; do
# fsid=0: needed for NFSv4
echo "$i *(rw,fsid=0)" >> /etc/exports
echo "$i *(rw,fsid=0,no_root_squash)" >> /etc/exports
echo "Serving $i"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment