diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index a60e18d..544175c 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -16,7 +16,7 @@ the profile. Profiles -------- -Profiles declarations consist of a name and attachment, followed by an optional flags field. At least one of the name and attachment must be present; if only the attachment is present, it will also be considered the name. The attachment represents the path(s) of binaries that a profile is automatically applied to once the profile is loaded into the kernel. If no attachment is present, a profile will not automatically apply to any program but can still be used manually to confine programs using methods like `aa-exec` and the apparmor security option of Docker. +Profiles declarations consist of a name and attachment, followed by an optional flags field described in more detail [here](profileflags). At least one of the name and attachment must be present; if only the attachment is present, it will also be considered the name. The attachment represents the path(s) of binaries that a profile is automatically applied to once the profile is loaded into the kernel. If no attachment is present, a profile will not automatically apply to any program but can still be used manually to confine programs using methods like `aa-exec` and the apparmor security option of Docker. The keyword "profile" is required when a separate name is present and is encouraged even when not required.