From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751607AbcB2QoO (ORCPT ); Mon, 29 Feb 2016 11:44:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34024 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750860AbcB2QoL (ORCPT ); Mon, 29 Feb 2016 11:44:11 -0500 From: Paul Moore To: libseccomp@googlegroups.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: ANN: libseccomp v2.3.0 released Date: Mon, 29 Feb 2016 11:44:09 -0500 Message-ID: <7554908.k764eAGBzD@sifl> Organization: Red Hat User-Agent: KMail/4.14.10 (Linux/4.4.1-gentoo; KDE/4.14.16; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We've just released a new version of libseccomp, libseccomp version 2.3.0. The libseccomp library provides an easy to use, platform independent interface to the Linux enhanced syscall filtering mechanism. * https://github.com/seccomp/libseccomp/releases/tag/v2.3.0 This new version of libseccomp builds upon the previous release and should be a drop-in replacement for the 2.x releases. All users are encouraged to upgrade to the new version at their earliest convenience. Changes in the 2.3.0 release include: * Added support for the s390 and s390x architectures * Added support for the ppc, ppc64, and ppc64le architectures * Update the internal syscall tables to match the Linux 4.5-rc releases * Filter generation for both multiplexed and direct socket syscalls on x86 * Support for the musl libc implementation * Additions to the API to enable runtime version checking of the library * Enable the use of seccomp() instead of prctl() on supported systems * Added additional tests to the regression test suite Finally, thank you to everyone who has submitted suggestions, provided testing help, and contributed patches to the project. -- paul moore security @ redhat