From 22ec718f767b9e06b544f734f89fa7dde371cf0b Mon Sep 17 00:00:00 2001 From: sbwml Date: Sat, 5 Mar 2022 01:54:30 +0800 Subject: [PATCH] luci-app-qbittorrent: Add luci-app-qbittorrent.json --- .../usr/share/rpcd/acl.d/luci-app-qbittorrent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json 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" ] + } + } +}