Added en+ Device in bastille firewall config to improve Centos 7 support.
| | |
| | | # use the "\" continuation character (so Bastille can change the |
| | | # values if it is run more than once) |
| | | TRUSTED_IFACES="lo" # MINIMAL/SAFEST |
| | | PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+" # SAFEST |
| | | PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+" # SAFEST |
| | | INTERNAL_IFACES="" # SAFEST |
| | | |
| | | |
| | |
| | | # use the "\" continuation character (so Bastille can change the |
| | | # values if it is run more than once) |
| | | TRUSTED_IFACES="lo" # MINIMAL/SAFEST |
| | | PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ eno+" # SAFEST |
| | | PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+" # SAFEST |
| | | INTERNAL_IFACES="" # SAFEST |
| | | |
| | | |