luci/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json
Andy Walsh bd38c30a37 luci-app-ksmbd: update for 3.2.1 version (usmbd -> ksmbd.mountd)
* update for 3.2.1 version (usmbd -> ksmbd.mountd)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-15 17:16:17 +01:00

17 lines
319 B
JSON

{
"luci-app-ksmbd": {
"description": "Grant access to LuCI app ksmbd",
"read": {
"file": {
"/etc/ksmbd/smb.conf.template": [ "read" ],
"/usr/sbin/ksmbd.mountd": [ "exec" ],
"/sbin/modinfo": [ "exec" ]
}
},
"write": {
"file": {
"/etc/ksmbd/smb.conf.template": [ "write" ]
}
}
}
}