luci-app-acl: add initial version of login management module
[project/luci.git] / applications / luci-app-acl / root / usr / share / rpcd / acl.d / luci-app-acl.json
1 {
2 "luci-app-acl": {
3 "description": "Grant access to ACL configuration",
4 "read": {
5 "cgi-io": [ "list", "read" ],
6 "file": {
7 "/etc/passwd": [ "read" ],
8 "/usr/sbin/uhttpd": [ "list" ],
9 "/usr/sbin/uhttpd -m *": [ "exec" ],
10 "/usr/share/rpcd/acl.d": [ "list" ],
11 "/usr/share/rpcd/acl.d/*.json": [ "read" ]
12 },
13 "uci": [ "rpcd" ]
14 },
15 "write": {
16 "uci": [ "rpcd" ]
17 }
18 }
19 }