bammv / sguil

Sguil client for NSM
GNU General Public License v3.0
213 stars 74 forks source link

nonroot user issue with tcpflow #36

Closed jmtaylor90 closed 2 years ago

jmtaylor90 commented 8 years ago

If sguild is running as a non-root user, tcpflow will likely error indicating tcpflow cannot write out ./report.xml. tcpflow by default writes out a report.xml, there is no flag to turn the behavior off. So the idea is to use TMPDATADIR as the output directory.

nonroot-tcpflow-fix.patch.txt