Rule ID
SV-44658r1_rule
Version
V1R12
Insecure file locking could allow for sensitive data to be viewed or edited by an unauthorized user.
Determine if an NFS server is running on the system by: # ps -ef |grep nfsd If an NFS server is running, confirm it is not configured with the insecure_locks option by: # exportfs -v The example below would be a finding: /misc/export speedy.example.com(rw,insecure_locks)
Remove the "insecure_locks" option from all NFS exports on the system.