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:
parent
71e0946a3a
commit
f0e0bccfb8
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue