Skip to content

Sections File Layout

The sections/ directory contains YAML files that define the major sections of your security guide. Each section file provides a name and a description, which are used to organize and present rules in generated documentation.

  • name:
    The display name of the section as it will appear in the guide.

  • description:
    A description of the section, shown in the guide for context.

name: "iCloud"
description: |
This section contains the configuration and enforcement of iCloud and the Apple ID service settings.
NOTE: The check/fix commands outlined in this section _MUST_ be run by a user with elevated privileges.

Below are typical section names you may find in this repository:

. auditing
. authentication
. icloud
. inherent
. macos
. not_applicable
. passwordpolicy
. permanent
. srg
. supplemental
. system_settings
. systempreferences

Tip:
Keep section names and descriptions clear and concise to ensure guides are easy to navigate and understand.