diff --git a/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json b/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json new file mode 100644 index 0000000..c46f3c9 --- /dev/null +++ b/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json @@ -0,0 +1,11 @@ +{ + "luci-app-qbittorrent": { + "description": "Grant UCI access for luci-app-qbittorrent", + "read": { + "uci": [ "qbittorrent" ] + }, + "write": { + "uci": [ "qbittorrent" ] + } + } +}