From 0e29de483ab6279ae173c9965b4da828d8c86995 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Thu, 22 Aug 2024 18:08:27 +0000 Subject: [PATCH] Update QuickProfileLanguage --- QuickProfileLanguage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.