Skip to content
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

Investigate System Call Auditing #42

Open
pjnorton opened this issue Feb 29, 2016 · 1 comment
Open

Investigate System Call Auditing #42

pjnorton opened this issue Feb 29, 2016 · 1 comment
Assignees

Comments

@pjnorton
Copy link
Contributor

As part of developing secure containers in Mistify, investigate what exists and needs to be added/augmented for auditing sys calls.

@trisk
Copy link
Member

trisk commented Mar 2, 2016

SECCOMP_RET_KILL calls audit_seccomp() with SIGSYS as the second parameter (signr) explicitly, while SECCOMP_RET_ERRNO and SECCOMP_RET_TRAP call audit_seccomp() with 0 as the second parameter.

audit_seccomp is a no-op if signr is 0, so it only prints an audit trace if the process is killed.

However, our phase1 filter returns SECCOMP_PHASE1_SKIP which may allow _TIF_SYSCALL_AUDIT to work if requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants