CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/04/05 06:24:00
Modified files:
security/suricata: Makefile
security/suricata/patches: patch-suricata_yaml_in
Added files:
security/suricata/patches: patch-src_util-logopenfile_c
Log message:
Reopen log files was broken since we switched to user privileges.
Files are created as root, user _suricata cannot open them. Use
filemode 664 in the default config where possible. Use syslog for
general logging. Fix possible NULL dereference found by Emmanuel
Roullit.
OK sthen@ gonzalo@