[PATCH -mm] selftests/capabilities: Add tests for capability evolution

2015-08-24 Thread Andy Lutomirski
This test focuses on ambient capabilities. It requires either root or the ability to create user namespaces. Some of the test cases will be skipped for nonroot users. Signed-off-by: Andy Lutomirski --- I took taking advantage of the extra week to make my test case work :) tools/testing/selft

Re: [PATCH -mm] selftests/capabilities: Add tests for capability evolution

2015-08-24 Thread Kees Cook
On Mon, Aug 24, 2015 at 4:03 PM, Andy Lutomirski wrote: > This test focuses on ambient capabilities. It requires either root > or the ability to create user namespaces. Some of the test cases > will be skipped for nonroot users. > > Signed-off-by: Andy Lutomirski Looks great! Thanks for this!