0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-07 12:49:53 +00:00
pesa1234 f0e0bccfb8 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>
2022-11-09 20:42:33 +01:00

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" ]
}
}
}