mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 06:36:18 +00:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"luci-app-watchcat": {
|
|
"description": "Grant access to LuCI app watchcat",
|
|
"read": {
|
|
"file": {
|
|
"/usr/bin/watchcat.sh": [ "exec" ]
|
|
},
|
|
"uci": [ "watchcat" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "watchcat" ]
|
|
}
|
|
}
|
|
}
|