Is there any way I can get notification (preferably Gnome notification) when someone (privileged) is accessing my Samba/CIFS share? If there is no such a tool, I need to implement one.
It's important for me to have such a feature, since I need to be notified when potentially big files are downloaded from my computer. BTW: I was quite surprised that Samba even does not have default access log with list of IPs and accessed files.
PS. I know that that link I posted is outdated but still – it seems that Samba doesn't log who and when accessed which file (by default).
log level
about 2, seeman smb.conf
. With apreexec
script, you can trigger the access to the share. – ingopingo Feb 08 '18 at 14:49