summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-firewall/root/usr/share/rpcd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-01-20 19:16:59 +0100
committerJo-Philipp Wich <jo@mein.io>2020-01-20 19:40:46 +0100
commitcc01770fa1cf09b729dd931df77b149d1b20d2ef (patch)
tree7a0adcf380d8de68492bf522931e076e67ace655 /applications/luci-app-firewall/root/usr/share/rpcd
parent878d6622828676dbb8bf0cb26ffc242079aae306 (diff)
luci-app-openvpn: allow and restrict file uploads to /etc/openvpn/
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-firewall/root/usr/share/rpcd')
-rw-r--r--applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-openvpn.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-openvpn.json b/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-openvpn.json
new file mode 100644
index 000000000..bc9d8e184
--- /dev/null
+++ b/applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-openvpn.json
@@ -0,0 +1,11 @@
+{
+ "luci-app-openvpn": {
+ "description": "Grant file upload access to /etc/openvpn",
+ "write": {
+ "cgi-io": [ "upload" ],
+ "file": {
+ "/etc/openvpn/*": [ "write" ]
+ }
+ }
+ }
+}