1. Home
  2. Security Hardening
  3. DISA Oracle Linux 8 STIG V1R1
  4. OL08-00-010180 – All OL 8 public directories must be owned by root or a system account to prevent unauthorized and unintended information from being transferred via shared system resources.

OL08-00-010180 – All OL 8 public directories must be owned by root or a system account to prevent unauthorized and unintended information from being transferred via shared system resources.

Details

Preventing unauthorized information transfers mitigates the risk of information, including encrypted representations of information, produced by the actions of prior users/roles (or the actions of processes acting on behalf of prior users/roles) from being available to any current users/roles (or current processes) that obtain access to shared system resources (e.g., registers, main memory, hard disks) after those resources have been released back to information systems. The control of information in shared resources is also commonly referred to as object reuse and residual information protection.

This requirement generally applies to the design of an information technology product, but it can also apply to the configuration of particular information system components that are, or use, such products. This can be verified by acceptance/validation processes in DoD or other government agencies.

There may be shared resources with configurable protections (e.g., files in storage) that may be assessed on specific information system components.

Solution

Configure all public directories to be owned by root or a system account to prevent unauthorized and unintended information transfer via shared system resources.

Set the owner of all public directories as root or a system account using the command below, replacing ‘[Public Directory]’ with any directory path not owned by root or a system account:

$ sudo chown root [Public Directory]

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles