* follow upstream name change to ksmbd * remove old artifacs from "applications\luci-app-cifsd\po\" Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"luci-app-ksmbd": {
|
|
"description": "Grant access to LuCI app ksmbd",
|
|
"read": {
|
|
"file": {
|
|
"/etc/ksmbd/smb.conf.template": [ "read" ],
|
|
"/usr/sbin/usmbd": [ "exec" ],
|
|
"/sbin/modinfo": [ "exec" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/ksmbd/smb.conf.template": [ "write" ]
|
|
}
|
|
}
|
|
}
|
|
}
|