@@ -566,6 +566,10 fi | |||
|
566 | 566 | if [ "$ENABLE_IPTABLES" = true ] ; then |
|
567 | 567 | APT_INCLUDES="${APT_INCLUDES},iptables,iptables-persistent" |
|
568 | 568 | fi |
|
569 | # Add apparmor for KERNEL_SECURITY | |
|
570 | if [ "$KERNEL_SECURITY" = true ] ; then | |
|
571 | APT_INCLUDES="${APT_INCLUDES},apparmor,apparmor-utils,apparmor-profiles,apparmor-profiles-extra,libapparmor-perl" | |
|
572 | fi | |
|
569 | 573 | |
|
570 | 574 | # Add openssh server package |
|
571 | 575 | if [ "$ENABLE_SSHD" = true ] ; then |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant