Update apparmor.md
This commit is contained in:
committed by
Zachary Corleissen
parent
4a7d977170
commit
5b95a18947
@@ -130,8 +130,8 @@ container.apparmor.security.beta.kubernetes.io/<container_name>: <profile_ref>
|
|||||||
Where `<container_name>` is the name of the container to apply the profile to, and `<profile_ref>`
|
Where `<container_name>` is the name of the container to apply the profile to, and `<profile_ref>`
|
||||||
specifies the profile to apply. The `profile_ref` can be one of:
|
specifies the profile to apply. The `profile_ref` can be one of:
|
||||||
|
|
||||||
* `runtime/default` to apply the runtime's default profile.
|
* `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>`.
|
* `localhost/<profile_name>` to apply the profile loaded on the host with the name `<profile_name>`
|
||||||
|
|
||||||
See the [API Reference](#api-reference) for the full details on the annotation and profile name formats.
|
See the [API Reference](#api-reference) for the full details on the annotation and profile name formats.
|
||||||
|
|
||||||
@@ -370,7 +370,7 @@ explicitly reject the annotations for at least 2 releases after that.
|
|||||||
Getting AppArmor profiles specified correctly can be a tricky business. Fortunately there are some
|
Getting AppArmor profiles specified correctly can be a tricky business. Fortunately there are some
|
||||||
tools to help with that:
|
tools to help with that:
|
||||||
|
|
||||||
* `aa-genprof` and `aa-logprof` generate profile rules by monitoring an application's activities and
|
* `aa-genprof` and `aa-logprof` generate profile rules by monitoring an application's activity and
|
||||||
logs, and admitting the actions it takes. Further instructions are provided by the
|
logs, and admitting the actions it takes. Further instructions are provided by the
|
||||||
[AppArmor documentation](http://wiki.apparmor.net/index.php/Profiling_with_tools).
|
[AppArmor documentation](http://wiki.apparmor.net/index.php/Profiling_with_tools).
|
||||||
* [bane](https://github.com/jfrazelle/bane) is an AppArmor profile generator for Docker that uses a
|
* [bane](https://github.com/jfrazelle/bane) is an AppArmor profile generator for Docker that uses a
|
||||||
|
|||||||
Reference in New Issue
Block a user