Actions
Optimization #3262
closedUse unique temporary directory for log output when running running Suricata test
Effort:
low
Difficulty:
low
Label:
Description
When Suricata-Update runs "suricata -T", it also uses "-l /tmp", which can fail when existing files are in that directory and are not writable by the current instance for Suricata-Update. Using a temporary directory should solve issues here.
For example, creating a directory with tempfile.mkdtemp() then removing it with an exit hook.
Updated by Jason Ish almost 5 years ago
- Target version changed from 1.1.1 to 1.2.0
Updated by Shivani Bhardwaj almost 5 years ago
- Status changed from New to Assigned
Updated by Shivani Bhardwaj over 4 years ago
- Status changed from Assigned to In Review
Updated by Jason Ish about 4 years ago
- Target version changed from 1.2.0 to 1.2.0rc2
Updated by Shivani Bhardwaj about 4 years ago
- Status changed from In Review to Closed
Merged through https://github.com/OISF/suricata-update/pull/252
Actions