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:
b9dff54
)
luci-mod-system: add luci_plugins uci permission
author
Paul Donald
<redacted>
Thu, 2 Apr 2026 19:04:55 +0000
(21:04 +0200)
committer
Paul Donald
<redacted>
Thu, 2 Apr 2026 19:04:55 +0000
(21:04 +0200)
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 45c92b1747dd9d2c11d7bea15eecb6704c61948e..82104a219c1002ea59056b27a62aa526633a8a19 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
@@
-61,7
+61,8
@@
"read": {
"file": {
"/usr/share/ucode/luci/*": [ "read" ]
- }
+ },
+ "uci": [ "luci_plugins" ]
}
},
git clone https://git.99rst.org/PROJECT