Skip to content

Commit

Permalink
Add the modules for common firewall tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanbarkati committed Aug 24, 2019
1 parent 9ccc646 commit c74d5df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build/config/testvm/append/etc/rc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ kld_list="${kld_list} mac_bsdextended" # sys/mac/bsdextended
kld_list="${kld_list} mac_portacl" # sys/mac/portacl
kld_list="${kld_list} mqueuefs" # sys/kern/mqueue_test
kld_list="${kld_list} pfsync" # sys/netpfil/pf (loads pf)
kld_list="${kld_list} ipl" # sys/sbin/ipf (loads ipfilter)
kld_list="${kld_list} ipfw" # sys/netpfil/ipfw (loads ipfw)
kld_list="${kld_list} ipfw_nat" # sys/netpfil/ipfw (loads ipfw_nat)
kld_list="${kld_list} ipdivert" # sys/netinet (loads ipdivert)
auditd_enable="YES"
background_fsck="NO"
sendmail_enable="NONE"
1 change: 1 addition & 0 deletions scripts/build/config/testvm/append/etc/sysctl.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kern.cryptodevallowsoft=1
net.add_addr_allfibs=0
vfs.aio.enable_unsafe=1
net.inet.ip.fw.default_to_accept=1

0 comments on commit c74d5df

Please sign in to comment.