From f0e0bccfb89bfa83af9729a94f748c6cc67cdcc7 Mon Sep 17 00:00:00 2001 From: pesa1234 Date: Mon, 7 Nov 2022 12:03:38 +0100 Subject: 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 [fix commit subject and message] Signed-off-by: Jo-Philipp Wich --- .../luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-ksmbd') 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" ] } -- cgit v1.2.3