File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ specifies the profile to apply. The `profile_ref` can be one of:
132132
133133* `runtime/default` to apply the runtime's default profile
134134* `localhost/<profile_name>` to apply the profile loaded on the host with the name `<profile_name>`
135+ * `unconfined` to indicate that no profiles will be loaded
135136
136137See the [API Reference](#api-reference) for the full details on the annotation and profile name formats.
137138
@@ -410,6 +411,7 @@ Specifying the profile a container will run with:
410411- `localhost/<profile_name>` : Refers to a profile loaded on the node (localhost) by name.
411412 - The possible profile names are detailed in the
412413 [core policy reference](http://wiki.apparmor.net/index.php/AppArmor_Core_Policy_Reference#Profile_names_and_attachment_specifications).
414+ - `unconfined` : This effectively disables AppArmor on the container.
413415
414416Any other profile reference format is invalid.
415417
You can’t perform that action at this time.
0 commit comments