-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch updates the documentation to explain that '-w' notation is deprecated. It moves the longer explainations from the old notation to the newer notation so that the '-w' notation can be removed in the future.
- Loading branch information
1 parent
614f7d1
commit dd846b5
Showing
2 changed files
with
29 additions
and
20 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
dd846b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have anyone an idea how we can prevent double the lines cause of the arch option like:
-a always,exit -F arch=b32 -F dir=/etc/ -F perm=wa
-a always,exit -F arch=b64 -F dir=/etc/ -F perm=wa
to cover 32 bit systems as well
dd846b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that you simplify can't and for good reasons. Whilst I think it could be
implemented at user space level to support a list of architectures, such as
-F arch=b32,b64
,then
auditctl
would still insert two distinct rules — one forb32
and another forb64
.This could potentially lead to confusion, as auditctl would display two rules in the configuration
when, in reality, there's only one.
dd846b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps simplify things completely with