3
0
Fork 0
forked from mirrors/nixpkgs

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 {
default = false;
description = ''
Enable AppArmor application security system
Enable AppArmor application security system. Enable only if you want to further improve
AppArmor.
'';
};