Merge commit 'de7e69dbe3' as 'luci-app-einat'

This commit is contained in:
bgme 2025-04-21 13:54:00 +08:00
commit bb6c79b701
11 changed files with 775 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"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"]
}
}
}