This website requires JavaScript.
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
You've already forked freedombone
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1e0ca1c3e2
freedombone
/
tests
/
check-nfs-insecure.sh
6 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
Security Technical Implementation Guide tests based upon RHEL/hardenedlinux
2016-11-29 13:37:48 +01:00
#!/bin/bash
insecure locks test
2016-11-29 14:40:37 +01:00
if
grep
'insecure_locks'
/etc/exports
;
then
Security Technical Implementation Guide tests based upon RHEL/hardenedlinux
2016-11-29 13:37:48 +01:00
exit
1
fi