mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"luci-app-fogvdn": {
|
|
"description": "Grant UCI access for luci-app-fogvdn",
|
|
"read": {
|
|
"file": {
|
|
"/etc/pear/pear_monitor/*": [ "read" ]
|
|
},
|
|
"uci": ["fogvdn"]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/pear/pear_monitor/*": [ "write" ]
|
|
},
|
|
"uci": ["fogvdn"]
|
|
}
|
|
}
|
|
}
|