Skip to content

Commit

Permalink
Revert "Document the unconfined profile for AppArmor"
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharysarah authored Nov 10, 2017
1 parent 3f2d212 commit 39098df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/tutorials/clusters/apparmor.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ specifies the profile to apply. The `profile_ref` can be one of:

* `runtime/default` to apply the runtime's default profile
* `localhost/<profile_name>` to apply the profile loaded on the host with the name `<profile_name>`
* `unconfined` to indicate that no profiles will be loaded

See the [API Reference](#api-reference) for the full details on the annotation and profile name formats.

Expand Down Expand Up @@ -411,7 +410,6 @@ Specifying the profile a container will run with:
- `localhost/<profile_name>`: Refers to a profile loaded on the node (localhost) by name.
- The possible profile names are detailed in the
[core policy reference](http://wiki.apparmor.net/index.php/AppArmor_Core_Policy_Reference#Profile_names_and_attachment_specifications).
- `unconfined`: This effectively disables AppArmor on the container.

Any other profile reference format is invalid.

Expand Down

0 comments on commit 39098df

Please sign in to comment.