2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

Update QuickProfileLanguage

Ryan Lee 2024-08-22 18:08:27 +00:00
parent d7b8002fb9
commit 0e29de483a

@ -16,7 +16,7 @@ the profile.
Profiles 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. The keyword "profile" is required when a separate name is present and is encouraged even when not required.