mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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:
committed by
Jo-Philipp Wich
parent
71e0946a3a
commit
f0e0bccfb8
@@ -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" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user