commit | f06eae831f0c1fc5b982ea200daf552810e1dd55 | [log] [tgz] |
---|---|---|
author | Tycho Andersen <tycho@docker.com> | Wed Oct 11 09:39:20 2017 -0600 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 28 15:36:01 2017 -0800 |
tree | 47b087ab2288fb3f975947e28992c7c35c3e19c2 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
seccomp: hoist out filter resolving logic Hoist out the nth filter resolving logic that ptrace uses into a new function. We'll use this in the next patch to implement the new PTRACE_SECCOMP_GET_FILTER_FLAGS command. Signed-off-by: Tycho Andersen <tycho@docker.com> CC: Kees Cook <keescook@chromium.org> CC: Andy Lutomirski <luto@amacapital.net> CC: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org>