From d7e82b5659f76351d641f2c3a25c6d3e7a26636c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 19 Jun 2018 21:24:11 +0200 Subject: [PATCH] Update hassio_addon_presentation.md --- docs/hassio_addon_presentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_presentation.md b/docs/hassio_addon_presentation.md index 03d34ca6..9b815f55 100644 --- a/docs/hassio_addon_presentation.md +++ b/docs/hassio_addon_presentation.md @@ -43,4 +43,4 @@ In future versions of Hass.io, the `CHANGELOG.md` file will be displayed in the ## Apparmor -You can use own security profile for you Add-on with AppArmor. Default it is enabled and use the docker default profile. Put `apparmor` file into your Add-on folder and it will load this file as primary profile. Use the config options to set the name of that profile. +You can use own security profile for you Add-on with AppArmor. Default it is enabled and use the docker default profile. Put `apparmor.txt` file into your Add-on folder and it will load this file as primary profile. Use the config options to set the name of that profile.