Skip to content

Commit

Permalink
Merge pull request #31 from netfoundry/v0.5.14-release-candidate
Browse files Browse the repository at this point in the history
Added fix for /etc/logrotate.d/zfwlogs added su directive
  • Loading branch information
r-caamano committed Apr 2, 2024
2 parents 6315964 + ba5b5a0 commit bce37bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
# [0.5.14] - 2024-04-02

###

- Fixed Added su directive to /etc/logrotate.d

# [0.5.13] - 2024-03-28

###
Expand Down
1 change: 1 addition & 0 deletions files/scripts/zfwlogs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/var/log/zfw.log {
su root root
weekly
maxsize 1G
minsize 500M
Expand Down
2 changes: 1 addition & 1 deletion src/zfw.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ char *tc_interface;
char *log_file_name;
char *object_file;
char *direction_string;
const char *argp_program_version = "0.5.13";
const char *argp_program_version = "0.5.14";
struct ring_buffer *ring_buffer;

__u8 if_list[MAX_IF_LIST_ENTRIES];
Expand Down

0 comments on commit bce37bb

Please sign in to comment.