mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
34 lines
642 B
JSON
34 lines
642 B
JSON
{
|
|
"luci-app-dae": {
|
|
"description": "Grant access for luci-app-dae",
|
|
"read": {
|
|
"ubus": {
|
|
"system": [ "board", "info" ],
|
|
"service": [ "list" ],
|
|
"rc": [ "list" ]
|
|
},
|
|
"uci": [ "dae" ],
|
|
"file": [
|
|
"/etc/dae/config.dae",
|
|
"/etc/dae/config.d/dns.dae",
|
|
"/etc/dae/config.d/node.dae",
|
|
"/etc/dae/config.d/route.dae",
|
|
"/var/log/dae/dae.log"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"rc": [ "init" ]
|
|
},
|
|
"uci": [ "dae" ],
|
|
"file": [
|
|
"/etc/dae/config.dae",
|
|
"/etc/dae/config.d/dns.dae",
|
|
"/etc/dae/config.d/node.dae",
|
|
"/etc/dae/config.d/route.dae",
|
|
"/var/log/dae/dae.log"
|
|
]
|
|
}
|
|
}
|
|
}
|