2019-10-16 16:38:49 +00:00
|
|
|
{
|
|
|
|
"luci-app-cifsd": {
|
|
|
|
"description": "Grant access to LuCI app cifsd",
|
|
|
|
"read": {
|
|
|
|
"file": {
|
2019-11-22 13:02:43 +00:00
|
|
|
"/etc/cifs/smb.conf.template": [ "read" ],
|
|
|
|
"/usr/sbin/cifsd": [ "exec" ]
|
2019-10-16 16:38:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"write": {
|
|
|
|
"file": {
|
|
|
|
"/etc/cifs/smb.conf.template": [ "write" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|