summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ksmbd
diff options
context:
space:
mode:
authorpesa1234 <andreapesaresi82@gmail.com>2022-11-07 12:03:38 +0100
committerJo-Philipp Wich <jo@mein.io>2022-11-09 20:42:33 +0100
commitf0e0bccfb89bfa83af9729a94f748c6cc67cdcc7 (patch)
treec245a11994004b22dd9fd0a9df4da51a7b38c704 /applications/luci-app-ksmbd
parent71e0946a3a3105f4183d47b5b0edb80cb5173f1d (diff)
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>
Diffstat (limited to 'applications/luci-app-ksmbd')
-rw-r--r--applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json b/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json
index 1581deff36..b3f8d4d796 100644
--- a/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json
+++ b/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json
@@ -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" ]
}