Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock authored Nov 15, 2024
1 parent 213dbe5 commit 362c07e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
3.24.1:
- Added logging CFEngine component related SELinux denials in cf-support
(ENT-12137)
- Also ignore IPv6 interface info
Agent now also ignores interfaces listed in ignore_interfaces.rx when
- Agent now also ignores interfaces listed in ignore_interfaces.rx when
looking for IPv6 interface info. Variables such as
'default:sys.hardware_mac[<INTERFACE>]' will no longer be defined for
ignored interfaces.
Ticket: (ENT-11840)
ignored interfaces. Ticket: (ENT-11840)
- Atomic copy_from in files promise
Changes to 'files' promise in 'copy_from' attribute:
- The new file (i.e., '<FILENAME>.cfnew') is now created with correct
Expand All @@ -18,12 +16,10 @@
actual copy of the original file with the same permissions is created
instead.
As a result, there will no longer be a brief moment where the original
file is inaccessible.
Ticket: (ENT-11988)
file is inaccessible. Ticket: (ENT-11988)
- commands promises with exit codes not matching any
_returncodes attributes from classes body now log and
error message not just an info message
(CFE-4429, ENT-12103)
_returncodes attributes from classes body now log and
error message not just an info message (CFE-4429, ENT-12103)

3.24.0:
- Added a sanity check to policy parser that checks for and warns
Expand Down

0 comments on commit 362c07e

Please sign in to comment.