-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: test audit signal and ptrace functionality #81
Labels
Comments
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Apr 5, 2019
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Apr 5, 2019
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Apr 5, 2019
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Apr 8, 2019
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Apr 8, 2019
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Sep 29, 2020
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Sep 29, 2020
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Oct 8, 2020
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Oct 8, 2020
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-testsuite
that referenced
this issue
Dec 24, 2020
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
pcmoore
pushed a commit
to pcmoore/misc-audit_testsuite
that referenced
this issue
Dec 30, 2021
See: linux-audit#81 Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a test to verify basic functionality of the ptrace and signal of the audit daemon.
When ptrace is run on a task, verify an AUDIT_OBJ_PID record is recorded on syscall exit of the ptrace task.
When a signal (TERM|HUP|USR1|USR2) is delivered to the audit daemon, test that a request for AUDIT_SIGNAL_INFO is correctly returned.
When signal logging is configured in audit, verify all signals delivered to a task are recorded on syscall exit of that target task.
The text was updated successfully, but these errors were encountered: