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:
e984b63
)
luci-compat: Fix typo in wildcard which is supposed to grant all perms.
author
Mirko Vogt
<redacted>
Sat, 5 Dec 2020 12:34:41 +0000
(12:34 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 6 Dec 2020 13:41:59 +0000
(14:41 +0100)
Signed-off-by: Mirko Vogt <redacted>
modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
patch
|
blob
|
history
diff --git
a/modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
b/modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
index ea1a4353670cf7a400e5599de7013f4af11d310a..8f0715258966a7a3a6d114896d6b5526db630df5 100644
(file)
--- a/
modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
+++ b/
modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
@@
-2,10
+2,10
@@
"allow-full-uci-access": {
"description": "Allow full UCI access for legacy applications",
"read": {
- "uci": [ "
'
*" ]
+ "uci": [ "*" ]
},
"write": {
- "uci": [ "
'
*" ]
+ "uci": [ "*" ]
}
}
}
git clone https://git.99rst.org/PROJECT