On Wed, Aug 24, 2022 at 10:00 PM Sean Hulbert <[email protected]> wrote: > > Hello, > > > > Does guacamole have an event tracker (not logs) for the file upload stream? > > If I am able to track the event when a user uploads files to using the > GUAC_USERNAME directory I can write a program that will lock the upload file > until it is scanned by ClamAV, once scan is complete all is well then release > it for user to drag and drop in to the desktop. > > > > The question is would this be a Guacd/Tomcat event or an NGINX event? > >
Probably guacd - I would think that would be the best place to control that particular functionality. I think ClamAV supports fanotify integration, so you should be able to use that facility to actually veto access to the file until your conditions are met. -NIck --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
