* add version info * set guest_ok = yes as default * regen translations Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"luci-app-cifsd": {
|
|
"description": "Grant access to LuCI app cifsd",
|
|
"read": {
|
|
"file": {
|
|
"/etc/cifs/smb.conf.template": [ "read" ],
|
|
"/usr/sbin/cifsd": [ "exec" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/cifs/smb.conf.template": [ "write" ]
|
|
}
|
|
}
|
|
}
|
|
}
|