From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754375AbdBFPoF (ORCPT ); Mon, 6 Feb 2017 10:44:05 -0500 Received: from www62.your-server.de ([213.133.104.62]:48434 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754306AbdBFPoD (ORCPT ); Mon, 6 Feb 2017 10:44:03 -0500 Message-ID: <589899BF.60007@iogearbox.net> Date: Mon, 06 Feb 2017 16:43:59 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?TWlja2HDq2wgU2FsYcO8bg==?= , linux-kernel@vger.kernel.org CC: netdev@vger.kernel.org, Alexei Starovoitov , Shuah Khan Subject: Re: [PATCH net-next v1 7/7] bpf: Always test unprivileged programs References: <20170205231428.23846-1-mic@digikod.net> <20170205231428.23846-7-mic@digikod.net> In-Reply-To: <20170205231428.23846-7-mic@digikod.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/2017 12:14 AM, Mickaël Salaün wrote: > If selftests are run as root, then execute the unprivileged checks as > well. This switch from 240 to 364 tests. > > The test numbers are suffixed with "/u" when executed as unprivileged or > with "/p" when executed as privileged. > > The geteuid() check is replaced with a capability check. > > Handling capabilities require the libcap dependency. > > Signed-off-by: Mickaël Salaün > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Cc: Shuah Khan Very useful! Could probably also go as stand-alone to net-next, but how you prefer. Acked-by: Daniel Borkmann