-
Notifications
You must be signed in to change notification settings - Fork 128
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
seccomp: add support for seccomp notify #190
Conversation
This pull request introduces 2 alerts when merging 0ed1348 into 3c396d4 - view on LGTM.com new alerts:
|
8b9239c
to
14cfa57
Compare
14cfa57
to
6777142
Compare
389ea32
to
2b8da9d
Compare
@haircommander LGTY? |
sorry, a couple of nits. I prefer it where a callee is defined below the caller. that allows the file to be read top down. |
Other than @haircommander 's comments |
@giuseppe please rebase to get the static build fixed. |
2b8da9d
to
4c0ac65
Compare
47d6aa7
to
8dc536c
Compare
e207e16
to
e577f9f
Compare
adapted to follow the OCI runtime specs, needs: https://github.com/giuseppe/libpod/tree/seccomp-notify |
e577f9f
to
b82b6d7
Compare
also needs: containers/crun#652 |
9e8f5c2
to
d26cdcb
Compare
@haircommander @rhatdan adapted to follow the OCI specs |
d26cdcb
to
9697d73
Compare
9697d73
to
c6d19c6
Compare
@giuseppe needs a rebase. |
I am not sure the CI failures are related to this PR |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
add support for seccomp notify and add a basic support for emulating mknod and mknodat. The handler implementation is likely going to change, for now it is just a PoC to show how it would work. Requires: containers/crun#438 Requires: libseccomp-2.5 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
kubernetes e2e is green as well |
LGTM |
I would like to get #267 in and then we can merge this |
add support for seccomp notify and add a basic support for emulating
mknod and mknodat. The handler implementation is likely going to
change, for now it is just a PoC to show how it would work.
Requires: containers/crun#438
Requires: libseccomp-2.5
Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com