Re: [PATCH v3 0/4] perf: Use capabilities instead of uid and euid

2019-08-12 Thread Jiri Olsa
On Wed, Aug 07, 2019 at 10:44:13AM -0400, Igor Lubashev wrote: > Series v1: > https://lkml.kernel.org/lkml/1562112605-6235-1-git-send-email-iluba...@akamai.com > > > Kernel is using capabilities instead of uid and euid to restrict access to > kernel pointers and tracing facilities. This patch s

[PATCH v3 0/4] perf: Use capabilities instead of uid and euid

2019-08-07 Thread Igor Lubashev
Series v1: https://lkml.kernel.org/lkml/1562112605-6235-1-git-send-email-iluba...@akamai.com Kernel is using capabilities instead of uid and euid to restrict access to kernel pointers and tracing facilities. This patch series updates the perf to better match the security model used by the kerne