File tree 1 file changed +2
-0
lines changed
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:
132
132
133
133
* `runtime/default` to apply the runtime's default profile
134
134
* `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
135
136
136
137
See the [API Reference](#api-reference) for the full details on the annotation and profile name formats.
137
138
@@ -410,6 +411,7 @@ Specifying the profile a container will run with:
410
411
- `localhost/<profile_name>` : Refers to a profile loaded on the node (localhost) by name.
411
412
- The possible profile names are detailed in the
412
413
[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.
413
415
414
416
Any other profile reference format is invalid.
415
417
You can’t perform that action at this time.
0 commit comments