Merge commit 'de7e69dbe3' as 'luci-app-einat'
This commit is contained in:
commit
bb6c79b701
11 changed files with 775 additions and 0 deletions
21
luci-app-einat/root/usr/share/rpcd/acl.d/luci-app-einat.json
Normal file
21
luci-app-einat/root/usr/share/rpcd/acl.d/luci-app-einat.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue