freedomboneeee/tests/check-nfs-insecure.sh

6 lines
75 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2016-11-29 14:40:37 +01:00
if grep 'insecure_locks' /etc/exports; then
exit 1
fi