{"description": "If user home directories will be stored locally, create a separate partition\nfor <tt>/home</tt> at installation time (or migrate it later using LVM). If\n<tt>/home</tt> will be mounted from another system such as an NFS server, then\ncreating a separate partition is not necessary at installation time, and the\nmountpoint can instead be configured later.", "rationale": "Ensuring that <tt>/home</tt> is mounted on its own partition enables the\nsetting of more restrictive mount options, and also helps ensure that\nusers cannot trivially fill partitions used for log or audit data storage.", "severity": "low", "references": {"cis-csc": ["12", "15", "8"], "cobit5": ["APO13.01", "DSS05.02"], "isa-62443-2013": ["SR 3.1", "SR 3.5", "SR 3.8", "SR 4.1", "SR 4.3", "SR 5.1", "SR 5.2", "SR 5.3", "SR 7.1", "SR 7.6"], "iso27001-2013": ["A.13.1.1", "A.13.2.1", "A.14.1.3"], "nist": ["CM-6(a)", "SC-5(2)"], "nist-csf": ["PR.PT-4"], "srg": ["SRG-OS-000480-GPOS-00227"], "anssi": ["R28"], "cis": ["1.1.2.3.1"]}, "control_references": {"anssi": ["R28"], "cis": ["1.1.2.3.1"]}, "components": [], "identifiers": {}, "ocil_clause": "\"/home is not a mountpoint\" is returned", "ocil": "Verify that a separate file system/partition has been created for <code>/home</code> with the following command:\n\n<pre>$ mountpoint /home</pre>\n", "oval_external_content": null, "fixtext": "Migrate the \"/home\" directory onto a separate file system.", "checktext": "Verify that a separate file system/partition has been created for \"/home\" with the following command:\n\n$ mount | grep /home\n\nUUID=fba5000f-2ffa-4417-90eb-8c54ae74a32f on /home type ext4 (rw,nodev,nosuid,noexec,seclabel)\n\nIf a separate entry for \"/home\" is not in use, this is a finding.", "vuldiscussion": "", "srg_requirement": "A separate Ubuntu 22.04 filesystem must be used for user home directories (such as /home or an equivalent).", "warnings": [], "conflicts": [], "requires": [], "policy_specific_content": {"stig": {"srg_requirement": "A separate Ubuntu 22.04 file system must be used for user home directories (such as /home or an equivalent).", "vuldiscussion": "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.", "checktext": "Verify that a separate file system/partition has been created for \"/home\" with the following command:\n\n$ mount | grep /home\n\nUUID=fba5000f-2ffa-4417-90eb-8c54ae74a32f on /home type ext4 (rw,nodev,nosuid,noexec,seclabel)\n\nIf a separate entry for \"/home\" is not in use, this is a finding.", "fixtext": "Migrate the \"/home\" directory onto a separate file system/partition."}}, "platform": null, "platforms": [], "sce_metadata": {}, "inherited_platforms": ["not container"], "cpe_platform_names": [], "inherited_cpe_platform_names": ["not_container"], "bash_conditional": null, "fixes": {}, "title": "Ensure /home Located On Separate Partition", "definition_location": "/aptdata/openscap/scap-security-guide/linux_os/guide/system/software/disk_partitioning/partition_for_home/rule.yml", "template": {"name": "mount", "vars": {"mountpoint": "/home", "min_size": 1073741824}, "backends": {}}}