check-nfs-insecure.sh 75B

12345
  1. #!/bin/bash
  2. if grep 'insecure_locks' /etc/exports; then
  3. exit 1
  4. fi