luci-mod-system: add write for luci_plugins
authorPaul Donald <redacted>
Wed, 20 May 2026 19:18:22 +0000 (22:18 +0300)
committerPaul Donald <redacted>
Wed, 20 May 2026 19:18:22 +0000 (22:18 +0300)
This allows uci calls to write skeleton configs for new plugins

follow-up to 617f364333c10ebe1780556db4a88b3019cffb97

Signed-off-by: Paul Donald <redacted>
modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json

index c0899a20235b2fb1366211f1f62736d278030da3..fc633f475084a28526c4d75b206181e7865e896e 100644 (file)
@@ -65,6 +65,9 @@
                                "/www/luci-static/resources/view/plugins/*": [ "read" ]
                        },
                        "uci": [ "luci_plugins" ]
+               },
+               "write": {
+                       "uci": [ "luci_plugins" ]
                }
        },
 
git clone https://git.99rst.org/PROJECT