Merge pull request #7287 from stangri/master-luci-app-pbr
[project/luci.git] / applications / luci-app-watchcat / root / usr / share / rpcd / acl.d / luci-app-watchcat.json
1 {
2 "luci-app-watchcat": {
3 "description": "Grant access to LuCI app watchcat",
4 "read": {
5 "file": {
6 "/usr/bin/watchcat.sh": [ "exec" ]
7 },
8 "uci": [ "watchcat" ]
9 },
10 "write": {
11 "uci": [ "watchcat" ]
12 }
13 }
14 }