Skip to content

Commit f475c7c

Browse files
committed
Add doc about unconfined AppArmor "profile"
1 parent 6c82fab commit f475c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tutorials/clusters/apparmor.md

+2
Original file line numberDiff line numberDiff 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

136137
See 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

414416
Any other profile reference format is invalid.
415417

0 commit comments

Comments
 (0)