luci/applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json

16 lines
242 B
JSON
Raw Normal View History

{
"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" ]
}
}
}
}