small-packages/luci-app-syncthing/root/usr/share/rpcd/acl.d/luci-app-syncthing.json
2026-05-10 09:48:30 +08:00

12 lines
178 B
JSON

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