Skip to content

Commit 792978b

Browse files
authored
docs(apparmor): fix capitalization
1 parent 41eb93d commit 792978b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/security/apparmor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ You just deployed a container secured with a custom apparmor profile.
199199

200200
> [!WARNING]
201201
>
202-
> The activation of the custom apparmor profile in `/etc/apparmor.d/containers/docker-nginx` will not persist across restarts.
202+
> The activation of the custom AppArmor profile in `/etc/apparmor.d/containers/docker-nginx` will not persist across restarts.
203203
> After a reboot the container will fail to start, as it expects the `docker-nginx` profile to be loaded.
204204
>
205205
> Only profiles directly located in `/etc/appamor.d/` will be automatically applied in enforce mode.
206-
> For more information about the apparmor directory structure, have a look at [Policy Layout](https://gitlab.com/apparmor/apparmor/-/wikis/Policy_Layout).
206+
> For more information about the AppArmor directory structure, have a look at [Policy Layout](https://gitlab.com/apparmor/apparmor/-/wikis/Policy_Layout).
207207
208208
## Debug AppArmor
209209

0 commit comments

Comments
 (0)