{"description": "Traditional Unix security relies heavily on file and\ndirectory permissions to prevent unauthorized users from reading or\nmodifying files to which they should not have access.\n<br /><br />\nSeveral of the commands in this section search filesystems\nfor files or directories with certain characteristics, and are\nintended to be run on every local partition on a given system.\nWhen the variable <i>PART</i> appears in one of the commands below,\nit means that the command is intended to be run repeatedly, with the\nname of each local partition substituted for <i>PART</i> in turn.\n<br /><br />\nThe following command prints a list of all xfs partitions on the local\nsystem, which is the default filesystem for Ubuntu 22.04\ninstallations:\n<pre>$ mount -t xfs | awk '{print $3}'</pre>\nFor any systems that use a different\nlocal filesystem type, modify this command as appropriate.", "warnings": [], "requires": [], "conflicts": [], "values": {}, "groups": ["files", "mounting", "partitions", "permissions_local", "restrictions"], "rules": {}, "platform": "", "platforms": [], "inherited_platforms": [], "cpe_platform_names": [], "title": "File Permissions and Masks", "definition_location": "/aptdata/openscap/scap-security-guide/linux_os/guide/system/permissions/group.yml"}