From: ebiederm@xmission.com (Eric W. Biederman)
To: "Kok\, Auke-jan H" <auke-jan.h.kok@intel.com>
Cc: Serge Hallyn <serge.hallyn@canonical.com>,
linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org, Eric Paris <eparis@redhat.com>
Subject: Re: [PATCH] Trace event for capable().
Date: Mon, 21 May 2012 18:03:48 -0600 [thread overview]
Message-ID: <87d35x6pzv.fsf@xmission.com> (raw)
In-Reply-To: <CABsxX9J+KVSbxVahg-iVsfeNDEM_H8+MrcBBejjCZFrcNCxwtA@mail.gmail.com> (Auke-jan H. Kok's message of "Sat, 19 May 2012 11:39:14 -0700")
"Kok, Auke-jan H" <auke-jan.h.kok@intel.com> writes:
> On Fri, May 18, 2012 at 11:59 PM, Eric W. Biederman
> <ebiederm@xmission.com> wrote:
>> Auke Kok <auke-jan.h.kok@intel.com> writes:
>>
>> > Add a simple trace event for capable().
>> >
>> > There's been a lot of discussion around capable(), and there
>> > are plenty of tools to help reduce capabilities' usage from
>> > userspace. A major gap however is that it's almost impossible
>> > to see or verify which bits are requested from either userspace
>> > or in the kernel.
>> >
>> > This patch adds a minimal tracer that will print out which
>> > CAPs are requested and whether the request was granted.
>>
>> A small comment assigned from the other issues.
>>
>> current->pid for anything going to userspace is broken,
>> and in fact current->pid should be killed on of these days.
>>
>> Which pid namespace is your tracer running in?
>
> init - I currently have no need for namespaces myself at all, and, as I replied
> to Serge and Eric already - I'll see if I can fis up the tracer with their
> suggestions.
Thanks.
A quick read of perf_event_open shows that the syscall is allowed by
unprivileged users in any context if sysctl_perf_event_paranoid is
set properly. So it looks like the perf code needs to handle namespaces
properly if we are going to be reporting namespaced values like uid
and pids. Even if no one cares today what about next week?
Eric
next prev parent reply other threads:[~2012-05-22 0:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 19:50 [PATCH] Trace event for capable() Auke Kok
2012-05-18 22:25 ` Serge Hallyn
2012-05-18 23:11 ` Kok, Auke-jan H
2012-05-18 22:33 ` richard -rw- weinberger
2012-05-18 23:09 ` Kok, Auke-jan H
2012-05-18 23:19 ` Serge Hallyn
2012-05-20 13:10 ` Serge E. Hallyn
2012-05-19 6:59 ` Eric W. Biederman
2012-05-19 18:39 ` Kok, Auke-jan H
2012-05-22 0:03 ` Eric W. Biederman [this message]
2012-05-22 2:17 ` Kok, Auke-jan H
2012-05-22 14:50 ` Eric W. Biederman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d35x6pzv.fsf@xmission.com \
--to=ebiederm@xmission.com \
--cc=auke-jan.h.kok@intel.com \
--cc=eparis@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=serge.hallyn@canonical.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox