strowgerd: update netfilter rules to follow systemd naming convention


Tested: strowgerd rule for 5124 port opening still loaded in to `inet filter` `gbmc_br_pub_input` chain

fusion2 in hardware presubmit in comments

```
        chain gbmc_br_pub_input {
                tcp dport 5124 accept
                tcp dport 20110 accept
                tcp dport 22 accept
                tcp dport 20101 accept
                tcp dport 20102 accept
                tcp dport 20103 accept
                tcp dport 2999 accept
                tcp dport 3959 accept
                ip6 nexthdr ipv6-icmp accept
                tcp dport 3939 accept
                tcp dport 5201 accept
                tcp dport 20022 accept
                ip6 nexthdr ipv6-icmp accept
                ip6 nexthdr ipv6-icmp accept
                tcp dport 80 accept
                tcp dport 443 accept
                tcp dport 3995 accept
                tcp dport 23 accept
        }

```
Google-Bug-Id: 366190764
Change-Id: I4e18acb9e697c52403816cad34200f9a53bf340b
Signed-off-by: Sam Agazaryan <samagazaryan@google.com>
diff --git a/recipes-google/debug/strowger/gbmc-strowgerd.rules b/recipes-google/debug/strowger/90-gbmc-strowgerd.rules
similarity index 100%
rename from recipes-google/debug/strowger/gbmc-strowgerd.rules
rename to recipes-google/debug/strowger/90-gbmc-strowgerd.rules
diff --git a/recipes-google/debug/strowger_git.bb b/recipes-google/debug/strowger_git.bb
index 68b12b1..c7d24b8 100644
--- a/recipes-google/debug/strowger_git.bb
+++ b/recipes-google/debug/strowger_git.bb
@@ -18,7 +18,7 @@
 SRCREV = "81862eb8163160eda7a918f37cdadda0be12e72b"
 
 SRC_URI += " \
-  file://gbmc-strowgerd.rules \
+  file://90-gbmc-strowgerd.rules \
   file://strowgerd.service \
   file://strowgerd_authz_policy_dev.json \
   file://strowgerd_authz_policy_prod.json \
@@ -31,8 +31,8 @@
   install -d ${D}${systemd_system_unitdir}
   install -m 0644 ${WORKDIR}/strowgerd.service ${D}${systemd_system_unitdir}
 
-  install -Dm 0644 ${WORKDIR}/gbmc-strowgerd.rules \
-          ${D}${sysconfdir}/nftables/gbmc-strowgerd.rules
+  install -Dm 0644 ${WORKDIR}/90-gbmc-strowgerd.rules \
+          ${D}${sysconfdir}/nftables/90-gbmc-strowgerd.rules
 }
 
 do_install:append:gbmc:prod() {