0
0
mirror of https://github.com/openwrt/luci.git synced 2025-07-25 12:42:30 +00:00
Files
luci/applications/luci-app-chrony/root/usr/share/rpcd/acl.d/luci-app-chrony.json
Paul Donald c5736a30da luci-app-chrony: allow non NTS variant also
Closes #7857

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-07-08 01:32:39 +02:00

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" ]
}
}
}