mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
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:
parent
d7b3eaf9ef
commit
bb3b98d505
@ -25,6 +25,8 @@ auth --useshadow --passalgo=sha512
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
|
||||||
|
# Explicitly disable firewall since cloud providers generally provide
|
||||||
|
# higher level firewall constructs (i.e. security groups).
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
# console=ttyAMA0 and console=hvc0 as kernel boot parameter to see
|
# console=ttyAMA0 and console=hvc0 as kernel boot parameter to see
|
||||||
|
Loading…
Reference in New Issue
Block a user