small-packages/luci-app-syncthing/root/usr/share/rpcd/acl.d/luci-app-syncthing.json
2026-07-29 01:22:16 +08:00

12 lines
178 B
JSON

{
"luci-app-syncthing": {
"description": "Grant UCI access for luci-app-syncthing",
"read": {
"uci": [ "syncthing" ]
},
"write": {
"uci": [ "syncthing" ]
}
}
}