f04985577cebce277a8d9b649b779d53e0ae551d
[project/luci.git] / applications / luci-app-smbd / root / usr / share / rpcd / acl.d / luci-app-smbd.json
1 {
2 "luci-app-smbd": {
3 "description": "Grant access to LuCI app smbd",
4 "read": {
5 "file": {
6 "/etc/smbd/smb.conf.template": [ "read" ],
7 "/usr/sbin/usmbd": [ "exec" ],
8 "/sbin/modinfo": [ "exec" ]
9 }
10 },
11 "write": {
12 "file": {
13 "/etc/smbd/smb.conf.template": [ "write" ]
14 }
15 }
16 }
17 }