Files
ansible-hardening/doc/source/rhel7/domains/file_perms.rst
Jonathan Rosser 2a56d8f502 Use doc8 for documentation generation
Change-Id: Ie880f005319a1b0c5bfead3ba4ad2ed90c862cd9
Signed-off-by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
2025-07-17 20:08:01 +00:00

16 lines
579 B
ReStructuredText

file_perms - Filesystem permissions
===================================
One of the first layers of defense against attacks on a Linux system is
Discretionary Access Control (DAC), which is managed through filesystem
permissions.
Overview
--------
Some of the STIG requirements for file permissions could cause disruptions on
production systems if the permissions were adjusted to meet the needs of a
particular application. These configurations are applied on an opt-in basis.
Deployers must verify that these changes work well with their systems before
applying the changes.