rib: Separate trust models for `/localhost` and `/localhop` RIB management commands

Change-Id: I10fd9a1c8a2e0e572ea28f6e97d57b0b5b9750c8
Refs: #1557
Refs: #1558
diff --git a/daemon/main.cpp b/daemon/main.cpp
index a13dfe1..d647936 100644
--- a/daemon/main.cpp
+++ b/daemon/main.cpp
@@ -84,7 +84,7 @@
       // Ignore "log" and sections beginning with "rib_" (intended for rib manager),
       // but raise an error if we're missing a handler for an NFD section.
 
-      if (sectionName.find("rib_") == 0 || sectionName == "log")
+      if (sectionName.find("rib") == 0 || sectionName == "log")
         {
           // do nothing
         }