openwrt-bgme-feed/root/usr/share/rpcd/acl.d/luci-app-einat.json
bgme de7e69dbe3 Squashed 'luci-app-einat/' content from commit 82838e7
git-subtree-dir: luci-app-einat
git-subtree-split: 82838e76d43b3b947c4bd5ddac26d5be02d5fb94
2025-04-21 13:54:00 +08:00

22 lines
327 B
JSON

{
"luci-app-einat": {
"description": "Grant access to LuCI app einat",
"read": {
"file": {
"/etc/init.d/einat reload": [ "exec" ]
},
"ubus": {
"service": [ "list" ],
"luci.einat": [ "*" ]
},
"uci": ["einat"]
},
"write": {
"ubus": {
"rc": [ "init" ]
},
"uci": ["einat"]
}
}
}