-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a15f2a0
commit 781168d
Showing
2 changed files
with
10 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
Future roadmap (subject to change): | ||
=================================== | ||
2.8.3 | ||
* Look into TLS support | ||
* Add rule verify to detect mismatch between in-kernel and on-disk rules | ||
|
||
2.9 | ||
* Look into TLS support | ||
* Performance improvements for auparse (Memory management) | ||
* If auparse input is a pipe timeout events by wall clock | ||
* In audispd, look into non-blocking handling of write to plugins | ||
* Look at pulling audispd into auditd | ||
* Fix audit.pc.in to use Requires.private | ||
* Support multiple time streams when searching | ||
* Container support | ||
|
||
3.0 | ||
* Basic HIDS based on reactive audit component | ||
* Consolidate linked lists and other functions | ||
* Consolidate parsing code between libaudit and auditd-conf.c | ||
* Fix SIGHUP for auditd network settings | ||
* Add ability to filter events in auditd | ||
* Add rule verify to detect mismatch between in-kernel and on-disk rules | ||
* If auparse input is a pipe timeout events by wall clock | ||
* Fix audit.pc.in to use Requires.private | ||
* Support multiple time streams when searching | ||
|
||
3.0.1 | ||
* Add keywords for time: month-ago | ||
* Fix aureport-scan to properly decide if CONFIG_CHANGE is add or del, need to optionally look for op and use remove/add to decide | ||
* Change ausearch to output name="" unless its a real null. (mount) ausearch-report.c, 523. FIXME | ||
* Consolidate linked lists and other functions | ||
* Consolidate parsing code between libaudit and auditd-conf.c | ||
* Fix SIGHUP for auditd network settings | ||
* Add ability to filter events in auditd |
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 |
---|---|---|
|
@@ -264,6 +264,6 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Dec 14 2017 Steve Grubb <[email protected]> 2.8.3-1 | ||
* Sat Mar 10 2018 Steve Grubb <[email protected]> 2.8.3-1 | ||
- New upstream release | ||
|