STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-4339

CAT I (High)

The Linux NFS Server must not have the insecure file locking option.

Rule ID

SV-44658r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000225CCI-000764

Discussion

Insecure file locking could allow for sensitive data to be viewed or edited by an unauthorized user.

Check Content

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)

Fix Text

Remove the "insecure_locks" option from all NFS exports on the system.