Re: [PATCH net-next v2 3/3] bpf: Always test unprivileged programs

From: Alexei Starovoitov
Date: Mon Feb 06 2017 - 16:19:56 EST


On 2/6/17 12:52 PM, 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 requires the libcap dependency.

Signed-off-by: MickaÃl SalaÃn <mic@xxxxxxxxxxx>
Cc: Alexei Starovoitov <ast@xxxxxx>
Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
Cc: Shuah Khan <shuah@xxxxxxxxxx>

Acked-by: Alexei Starovoitov <ast@xxxxxxxxxx>

you can keep acks when there are no changes to the patch.