A separate file system must be used for user home directories (such as /home or an equivalent).
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-269212 | ALMA-09-014980 | SV-269212r1050094_rule | CCI-000366 | medium |
| Description | ||||
| Ensuring that "/home" is mounted on its own partition enables the setting of more restrictive mount options, and also helps ensure that users cannot trivially fill partitions used for log or audit data storage. | ||||
| STIG | Date | |||
| Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide | 2026-02-27 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · V1R6 · disa_xccdf · related
Details
Check Text (C-269212r1050094_chk)
Verify that a separate file system/partition has been created for "/home" with the following command:
$ mount | grep /home
/dev/mapper/luks-10a20c46-483d-4d12-831f-5328eda18fd1 on /home type xfs (rw,nosuid,nodev,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota)
If a separate entry for "/home" is not in use, this is a finding.
Fix Text (F-73144r1048013_fix)
Migrate the "/home" directory onto a separate file system/partition.