luci-app-ksmbd: update menu dependencies

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>
This commit is contained in:
pesa1234 2022-11-07 12:03:38 +01:00 committed by Jo-Philipp Wich
parent 71e0946a3a
commit f0e0bccfb8

View file

@ -3,7 +3,7 @@
"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" ]
},
@ -11,7 +11,7 @@
},
"write": {
"file": {
"/etc/ksmbd/smb.conf.template": [ "write" ]
"/etc/ksmbd/ksmbd.conf.template": [ "write" ]
},
"uci": [ "ksmbd" ]
}