Problems with firewall between openvpn tunnel and roadwarrior

Based on the information before I added two rules as a workaround to allow all traffic between both interfaces:

  1. iptables -I sfilter 1 -o tunopsoar_offic -i tunrw -j ACCEPT
  2. iptables -I sfilter 1 -o tunrw -i tunopsoar_offic -j ACCEPT

is there any way I can make this permanent on shorewall configuration?