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>
8 lines
91 B
JSON
8 lines
91 B
JSON
{
|
|
"user": "nobody",
|
|
"access": {
|
|
"system": {
|
|
"methods": [ "board", "info" ]
|
|
}
|
|
}
|
|
}
|