luci-app-ksmbd: add uci permissions

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-14 18:06:43 +02:00
parent f2731ceaa9
commit 6c82e2a678

View file

@ -6,12 +6,14 @@
"/etc/ksmbd/smb.conf.template": [ "read" ], "/etc/ksmbd/smb.conf.template": [ "read" ],
"/usr/sbin/ksmbd.mountd": [ "exec" ], "/usr/sbin/ksmbd.mountd": [ "exec" ],
"/sbin/modinfo": [ "exec" ] "/sbin/modinfo": [ "exec" ]
} },
"uci": [ "ksmbd" ]
}, },
"write": { "write": {
"file": { "file": {
"/etc/ksmbd/smb.conf.template": [ "write" ] "/etc/ksmbd/smb.conf.template": [ "write" ]
} },
"uci": [ "ksmbd" ]
} }
} }
} }