mirror of
https://github.com/openwrt/luci.git
synced 2025-07-25 12:42:30 +00:00
15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"luci-app-chrony": {
|
|
"description": "Grant UCI access for luci-app-chrony",
|
|
"read": {
|
|
"file": {
|
|
"/usr/sbin/chronyd -v" : [ "exec" ]
|
|
},
|
|
"uci": [ "chrony" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "chrony" ]
|
|
}
|
|
}
|
|
}
|