From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbdK2AiY (ORCPT ); Tue, 28 Nov 2017 19:38:24 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:37552 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752665AbdK2AiX (ORCPT ); Tue, 28 Nov 2017 19:38:23 -0500 X-Google-Smtp-Source: AGs4zMZQnQRYf+GYUVbuRa7kKCpYtUlX9uQFA7cQOjZKVHuyNBe5Tbx3v59yRvZbTZnDOMZbGp10IA== Date: Tue, 28 Nov 2017 16:38:19 -0800 From: Kees Cook To: James Morris Cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, Tycho Andersen Subject: [GIT PULL] seccomp updates for next Message-ID: <20171129003819.GA30686@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, Please pull these seccomp changes for next. This implements an interface for examining seccomp filter metadata when using CRIU. Thanks! -Kees The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next for you to fetch changes up to 26500475ac1b499d8636ff281311d633909f5d20: ptrace, seccomp: add support for retrieving seccomp metadata (2017-11-28 15:41:01 -0800) ---------------------------------------------------------------- add support for retrieving seccomp filter metadata (Tycho Andersen) ---------------------------------------------------------------- Tycho Andersen (2): seccomp: hoist out filter resolving logic ptrace, seccomp: add support for retrieving seccomp metadata include/linux/seccomp.h | 8 ++++ include/uapi/linux/ptrace.h | 6 +++ kernel/ptrace.c | 4 ++ kernel/seccomp.c | 106 +++++++++++++++++++++++++++++++------------- 4 files changed, 94 insertions(+), 30 deletions(-) -- Kees Cook Pixel Security From mboxrd@z Thu Jan 1 00:00:00 1970 From: keescook@chromium.org (Kees Cook) Date: Tue, 28 Nov 2017 16:38:19 -0800 Subject: [GIT PULL] seccomp updates for next Message-ID: <20171129003819.GA30686@beast> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org Hi James, Please pull these seccomp changes for next. This implements an interface for examining seccomp filter metadata when using CRIU. Thanks! -Kees The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next for you to fetch changes up to 26500475ac1b499d8636ff281311d633909f5d20: ptrace, seccomp: add support for retrieving seccomp metadata (2017-11-28 15:41:01 -0800) ---------------------------------------------------------------- add support for retrieving seccomp filter metadata (Tycho Andersen) ---------------------------------------------------------------- Tycho Andersen (2): seccomp: hoist out filter resolving logic ptrace, seccomp: add support for retrieving seccomp metadata include/linux/seccomp.h | 8 ++++ include/uapi/linux/ptrace.h | 6 +++ kernel/ptrace.c | 4 ++ kernel/seccomp.c | 106 +++++++++++++++++++++++++++++++------------- 4 files changed, 94 insertions(+), 30 deletions(-) -- Kees Cook Pixel Security -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html