atomic: add comment on why we disable firewall

In cloud Images we do this becaue it's generally accepted that
in a cloud environment there are higher level firewall constructs
(i.e. security groups).
This commit is contained in:
Dusty Mabe 2018-01-12 14:57:47 -05:00
parent d7b3eaf9ef
commit bb3b98d505
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ auth --useshadow --passalgo=sha512
selinux --enforcing
rootpw --lock --iscrypted locked
# Explicitly disable firewall since cloud providers generally provide
# higher level firewall constructs (i.e. security groups).
firewall --disabled
# console=ttyAMA0 and console=hvc0 as kernel boot parameter to see