Skip to content

Commit

Permalink
Activate permanent fw rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk committed Sep 13, 2018
1 parent f79f63d commit 76a8c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/base_image_creation/ks_rhel7_template
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cat << EOF >> /etc/rc.local
(
[ -f /root/setup_configured ] && echo exiting && exit
firewall-cmd --add-service mdns --permanent
firewall-cmd --reload
ntpdate clock.redhat.com
touch /root/setup_configured
) 2>&1 | tee -a /var/log/baseimage-firstboot.log
Expand Down

0 comments on commit 76a8c65

Please sign in to comment.