X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=factory%2Fpfmount;h=0282c767eb108e386630e3e97e36489188483f02;hb=da01b364b3c3e91a120037d2fcf0993bfbd26900;hp=fb7ee6c047dcb7d0a570d8f0dd1b3f00983cbb3a;hpb=39542eae9900f198e7f265630a1da837e193d774;p=vsys.git diff --git a/factory/pfmount b/factory/pfmount index fb7ee6c..0282c76 100755 --- a/factory/pfmount +++ b/factory/pfmount @@ -6,5 +6,5 @@ DEST="/vservers/$1/pf" mount | grep "on $DEST type" > /dev/null if [ $? -eq 1 ]; then - mount --bind /var/local/fprobe $DEST + mount --bind /var/local/fprobe -o ro $DEST fi