mirror of
https://github.com/openwrt/luci.git
synced 2025-02-07 12:49:53 +00:00
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>
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"luci-app-ksmbd": {
|
|
"description": "Grant access to LuCI app ksmbd",
|
|
"read": {
|
|
"file": {
|
|
"/etc/ksmbd/ksmbd.conf.template": [ "read" ],
|
|
"/usr/sbin/ksmbd.mountd": [ "exec" ],
|
|
"/sbin/modinfo": [ "exec" ]
|
|
},
|
|
"uci": [ "ksmbd" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/ksmbd/ksmbd.conf.template": [ "write" ]
|
|
},
|
|
"uci": [ "ksmbd" ]
|
|
}
|
|
}
|
|
}
|