The name of the template file changed in the ksmbd package, update the
menu dependencies accordingly to match the changed path.
Signed-off-by: pesa1234 <andreapesaresi82@gmail.com>
[fix commit subject and message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
"description": "Grant access to LuCI app ksmbd",
"read": {
"file": {
- "/etc/ksmbd/smb.conf.template": [ "read" ],
+ "/etc/ksmbd/ksmbd.conf.template": [ "read" ],
"/usr/sbin/ksmbd.mountd": [ "exec" ],
"/sbin/modinfo": [ "exec" ]
},
},
"write": {
"file": {
- "/etc/ksmbd/smb.conf.template": [ "write" ]
+ "/etc/ksmbd/ksmbd.conf.template": [ "write" ]
},
"uci": [ "ksmbd" ]
}