-
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
755c827
commit 572eb7d
Showing
2 changed files
with
7 additions
and
5 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,15 +1,17 @@ | ||
Future roadmap (subject to change): | ||
=================================== | ||
3.2 | ||
* In auditd, look into non-blocking handling of write to plugins | ||
* Basic HIDS based on reactive audit component | ||
* Multi-thread audisp-remote | ||
* If searching user/group doesn't map to uid/gid, do translated string search | ||
* In auditd, look into non-blocking handling of write to plugins | ||
* Support multiple time streams when searching | ||
* If searching user/group doesn't map to uid/gid, do translated string search | ||
|
||
3.3 | ||
* Container support | ||
* Support TLS PSK as remote logging transport | ||
* Rewrite swig based python | ||
* audisp-remote, add config to say what home network is so laptops don't try if their not on a network that can reach the server. | ||
* Change ausearch to output name="" unless its a real null. (mount) ausearch-report.c, 523. FIXME | ||
|
||
3.4 | ||
* Rewrite swig based python | ||
* Container support |
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 |
---|---|---|
|
@@ -265,6 +265,6 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Apr 27 2023 Steve Grubb <[email protected]> 3.1.2-1 | ||
* Sun Aug 06 2023 Steve Grubb <[email protected]> 3.1.2-1 | ||
- New upstream release | ||
|