osquery-python icon indicating copy to clipboard operation
osquery-python copied to clipboard

SpawnInstance leaving pyosqsock and pyosqpid files in /tmp

Open leemrw opened this issue 4 years ago • 0 comments

I have been using the SpawnInstance class and have found that though the del method attempts to remove the temporary files created by the tempfiles Python module by calling os.unlink it does not seem to work on an AWS Ubuntu instance.

This came as a surprise to me when we deployed it since I developed the code on Mac OS and no such files were behind

leemrw avatar Apr 22 '21 23:04 leemrw