luci-app-ksmbd: add uci permissions
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
f2731ceaa9
commit
6c82e2a678
1 changed files with 4 additions and 2 deletions
|
@ -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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue