Closed PolynomialDivision closed 4 years ago
With new openwrt versions the luci scripts that use rpcd to call uci are broken. We have to define through acl.d the permissions for each app, like I alread did in https://github.com/freifunk-berlin/firmware-packages/pull/206
acl.d
That is for berlin firmware-packages:
openwrt-packages:
Useful to debug the apps is a code snippet:
local profile, err = uci:get("freifunk","community","name") if profile == false then luci.util.perror(err) end
Thanks for working this out.
With new openwrt versions the luci scripts that use rpcd to call uci are broken. We have to define through
acl.d
the permissions for each app, like I alread did in https://github.com/freifunk-berlin/firmware-packages/pull/206That is for berlin firmware-packages:
openwrt-packages:
Useful to debug the apps is a code snippet: