bpfloader: Make it an init service

With this, bpfloader does not need to be started by netd and will load
at boot time.

Bug: 112334572
Change-Id: Iad777ed0a5bb5995dbf2fc176a220292a4c5e41f
Signed-off-by: Joel Fernandes <joelaf@google.com>
diff --git a/bpfloader/bpfloader.rc b/bpfloader/bpfloader.rc
new file mode 100644
index 0000000..eb8bd25
--- /dev/null
+++ b/bpfloader/bpfloader.rc
@@ -0,0 +1,4 @@
+service bpfloader /system/bin/bpfloader
+    class main
+    capabilities SYS_ADMIN
+    oneshot