luci/modules/luci-base/root/usr/share/acl.d/luci-base.json
Jo-Philipp Wich 81e80c4b87 luci-base: properly handle ubus connections for non-root (#570, #571)
Instead of relying on the connect-before-setuid hack, ship a proper
acl definition file whitelisting the procedures that LuCI requires
on its non-root pages.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-11 15:21:46 +01:00

8 lines
91 B
JSON

{
"user": "nobody",
"access": {
"system": {
"methods": [ "board", "info" ]
}
}
}