New app: luci-app-sshtunnel for SSH tunnels (#6424)
[project/luci.git] / applications / luci-app-sshtunnel / root / usr / share / rpcd / acl.d / luci-app-sshtunnel.json
1 {
2 "luci-app-sshtunnel": {
3 "description": "Grant UCI access for luci-app-sshtunnel",
4 "read": {
5 "file": {
6 "/root/.ssh/": [ "list" ],
7 "/root/.ssh/*.pub": [ "read" ],
8 "/root/.ssh/known_hosts": [ "read" ],
9 "/usr/bin/ssh-keygen": [ "list" ],
10 "/usr/bin/ssh-keygen *": [ "exec" ],
11 "/usr/bin/dropbearkey": [ "list" ],
12 "/usr/bin/dropbearkey *": [ "exec" ]
13 },
14 "uci": [ "sshtunnel" ]
15 },
16 "write": {
17 "uci": [ "sshtunnel" ]
18 }
19 }
20 }