Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1424686

Re: [PATCH 2/2] security,perf: Allow further restriction of perf_event_open

From Alexander Shishkin <alexander.shishkin@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] security,perf: Allow further restriction of perf_event_open
Date 2016-06-17 08:00 +0200
Message-ID <rKUYV-2vY-5@gated-at.bofh.it> (permalink)
References <qPMzU-4ae-19@gated-at.bofh.it> <qPMzU-4ae-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Ben Hutchings <ben@decadent.org.uk> writes:

> When kernel.perf_event_open is set to 3 (or greater), disallow all
> access to performance events by users without CAP_SYS_ADMIN.
> Add a Kconfig symbol CONFIG_SECURITY_PERF_EVENTS_RESTRICT that
> makes this value the default.

So this patch does two things, can it then be made into two patches?

>
> This is based on a similar feature in grsecurity
> (CONFIG_GRKERNSEC_PERF_HARDEN).  This version doesn't include making
> the variable read-only.  It also allows enabling further restriction
> at run-time regardless of whether the default is changed.

This paragraph doesn't seem to belong in the commit message.

What this commit message is missing entirely is the rationale behind
this change other than "grsecurity does the same". Can you please
elaborate?

> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
> I made a similar change to Debian's kernel packages in August,
> including the more restrictive default, and no-one has complained yet.

As a debian user, is this a good place to complain? Because it does get
it the way.

Thanks,
--
Alex

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH 2/2] security,perf: Allow further restriction of perf_event_open Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-06-17 08:00 +0200
  Re: [PATCH 2/2] security,perf: Allow further restriction of  perf_event_open Ben Hutchings <ben@decadent.org.uk> - 2016-06-17 14:20 +0200
  Re: [kernel-hardening] Re: [PATCH 2/2] security,perf: Allow further  restriction of perf_event_open Daniel Micay <danielmicay@gmail.com> - 2016-06-17 17:30 +0200

csiph-web