* update for 3.2.1 version (usmbd -> ksmbd.mountd) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
17 lines
319 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|
|
}
|