15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"luci-app-cifsd": {
|
|
"description": "Grant access to LuCI app cifsd",
|
|
"read": {
|
|
"file": {
|
|
"/etc/cifs/smb.conf.template": [ "read" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/cifs/smb.conf.template": [ "write" ]
|
|
}
|
|
}
|
|
}
|
|
}
|