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 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Xylok Security Suite 20.x Security Technical Implementation Guide

V-269569

CAT II (Medium)

Xylok Security Suite must protect application-specific data.

Rule ID

SV-269569r1155155_rule

STIG

Xylok Security Suite 20.x Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-001813

Discussion

The /var/lib/xylok directory is essential for storing various types of data necessary for the operation and functionality of the Xylok Security Suite. It acts as a central repository for application data, ensuring that the suite can function effectively and maintain state and configuration between sessions. Proper management and protection of this directory is crucial to ensure the security and stability of the application.

Check Content

Check the Xylok lib file permissions with the following command:

$ ls -l /var/lib/xylok/data

If the "db" directory has permissions greater than "0700", this is a finding.

$ ls -l /var/lib/xylok

If any file or directory has permissions greater than "0755", this is a finding.

Fix Text

As root, correct permissions for xylok.conf by running:

    # chmod -R 0755  /var/lib/xylok
    # chmod -R 0700 /var/lib/xylok/data/db