luci-app-babeld: migrate to js
[project/luci.git] / applications / luci-app-babeld / root / usr / share / rpcd / acl.d / luci-app-babeld.json
index 71755b30d4653511c4699dd2ae89c42e36e681e7..f2ed6fa64a9e311dad5eee7d702e11404dafd052 100644 (file)
@@ -1,17 +1,25 @@
 {
        "luci-app-babeld": {
-               "description": "Grant UCI access for babeld",
+               "description": "Grant UCI access for luci-app-babeld",
                "read": {
-                       "uci": [ "babeld" ],
+                       "uci": [
+                               "babeld"
+                       ],
                        "ubus": {
-                               "babeld": [ "*" ]
-                       }
+                               "babeld": [
+                                       "*"
+                               ]
+                       }                       
                },
                "write": {
-                       "uci": [ "babeld" ],
+                       "uci": [
+                               "babeld"
+                       ],
                        "ubus": {
-                               "babeld": [ "*" ]
+                               "babeld": [
+                                       "*"
+                               ]
                        }
                }
        }
-}
+}
\ No newline at end of file