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