-- /dev/null +++ b/luci-app-oaf/root/usr/share/rpcd/acl.d/luci-app-oaf.json @@ -0,0 +1,11 @@ +{ + "luci-app-oaf": { + "description": "Grant UCI access for luci-app-oaf", + "read": { + "uci": [ "appfilter" ] + }, + "write": { + "uci": [ "appfilter" ] + } + } +}