Apparmor: add a warning

This commit is contained in:
Evgeny Egorochkin 2013-05-10 14:57:48 +03:00
parent ffb581c739
commit 44eb1bac65

View File

@ -14,7 +14,8 @@ with pkgs.lib;
enable = mkOption { enable = mkOption {
default = false; default = false;
description = '' description = ''
Enable AppArmor application security system Enable AppArmor application security system. Enable only if you want to further improve
AppArmor.
''; '';
}; };