git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6bcdc18
)
luci-mod-system: add write for luci_plugins
author
Paul Donald
<redacted>
Wed, 20 May 2026 19:18:22 +0000
(22:18 +0300)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json
b/modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json
index c0899a20235b2fb1366211f1f62736d278030da3..fc633f475084a28526c4d75b206181e7865e896e 100644
(file)
--- a/
modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json
+++ b/
modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json
@@
-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