-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-8235) incremental_async as possible value for parameter flush (#…
…124) auditd in RHEL7 has incremental_async as new possible value for the flush parameter SIMP-8235 #close Co-authored-by: marcel <[email protected]> Co-authored-by: Chris Tessmer <[email protected]>
- Loading branch information
1 parent
7284142
commit 7f69181
Showing
5 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
* Fri Aug 07 2020 Marcel Fischer <[email protected]> - 8.5.3-0 | ||
- Add `INCREMENTAL_ASYNC` to possible values for `$::auditd::flush` | ||
|
||
* Tue Aug 04 2020 Trevor Vaughan <[email protected]> - 8.5.2-0 | ||
- Ensure that facts are properly confined | ||
- Utilize the new simplib__auditd fact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Matches actions flush in auditd.conf | ||
type Auditd::Flush = Enum['NONE','INCREMENTAL','DATA','SYNC','none','incremental','data','sync'] | ||
type Auditd::Flush = Enum['NONE','INCREMENTAL','DATA','SYNC','INCREMENTAL_ASYNC','none','incremental','data','sync','incremental_async'] |