From: Peter Zijlstra <peterz@infradead.org>
To: Vasiliy Kulikov <segooon@gmail.com>
Cc: linux-kernel@vger.kernel.org,
linux-security-module@vger.kernel.org,
Ingo Molnar <mingo@elte.hu>,
kernel-hardening@lists.openwall.com
Subject: [kernel-hardening] Re: How to temporary change 'current' (task)
Date: Fri, 17 Jun 2011 11:29:17 +0200 [thread overview]
Message-ID: <1308302957.2355.5.camel@twins> (raw)
In-Reply-To: <20110617083651.GA5625@albatros>
On Fri, 2011-06-17 at 12:36 +0400, Vasiliy Kulikov wrote:
> Hi,
>
> I wonder whether there is a simple way to temporary switch 'current' to
> another task and then switch it back with minimum side effects?
No.
> I need
> it to call "reversed" ptrace_may_access() with swapped current and
> target task. Introducing ptrace_task_may_access_me() would produce too
> much noise in LSM (it also needs reversed security_ptrace_access_check()),
> which is too loud for my needs.
>
> Specifically, I need it to filter taskstats and proc connector requests
> for a restriction of getting other processes' information:
>
> http://permalink.gmane.org/gmane.linux.kernel/1155354
>
> As the check is handled in the context of the ptrace target process,
> ptrace_may_access() doesn't fit my needs.
looking at __ptrace_may_access() it doesn't look too hard to make it
take two task arguments and use __task_cred() twice instead of
current_cred().
It of course needs extending security_ptrace_access_check() as well, but
that comes with the territory.
WARNING: multiple messages have this Message-ID (diff)
From: Peter Zijlstra <peterz@infradead.org>
To: Vasiliy Kulikov <segooon@gmail.com>
Cc: linux-kernel@vger.kernel.org,
linux-security-module@vger.kernel.org,
Ingo Molnar <mingo@elte.hu>,
kernel-hardening@lists.openwall.com
Subject: Re: How to temporary change 'current' (task)
Date: Fri, 17 Jun 2011 11:29:17 +0200 [thread overview]
Message-ID: <1308302957.2355.5.camel@twins> (raw)
In-Reply-To: <20110617083651.GA5625@albatros>
On Fri, 2011-06-17 at 12:36 +0400, Vasiliy Kulikov wrote:
> Hi,
>
> I wonder whether there is a simple way to temporary switch 'current' to
> another task and then switch it back with minimum side effects?
No.
> I need
> it to call "reversed" ptrace_may_access() with swapped current and
> target task. Introducing ptrace_task_may_access_me() would produce too
> much noise in LSM (it also needs reversed security_ptrace_access_check()),
> which is too loud for my needs.
>
> Specifically, I need it to filter taskstats and proc connector requests
> for a restriction of getting other processes' information:
>
> http://permalink.gmane.org/gmane.linux.kernel/1155354
>
> As the check is handled in the context of the ptrace target process,
> ptrace_may_access() doesn't fit my needs.
looking at __ptrace_may_access() it doesn't look too hard to make it
take two task arguments and use __task_cred() twice instead of
current_cred().
It of course needs extending security_ptrace_access_check() as well, but
that comes with the territory.
next prev parent reply other threads:[~2011-06-17 9:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 8:36 [kernel-hardening] How to temporary change 'current' (task) Vasiliy Kulikov
2011-06-17 8:36 ` Vasiliy Kulikov
2011-06-17 8:59 ` [kernel-hardening] " Solar Designer
2011-06-17 9:25 ` Vasiliy Kulikov
2011-06-17 10:01 ` Vasiliy Kulikov
2011-06-17 10:11 ` Vasiliy Kulikov
2011-06-17 9:29 ` Peter Zijlstra [this message]
2011-06-17 9:29 ` Peter Zijlstra
2011-06-17 9:56 ` [kernel-hardening] " Vasiliy Kulikov
2011-06-17 9:56 ` Vasiliy Kulikov
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=1308302957.2355.5.camel@twins \
--to=peterz@infradead.org \
--cc=kernel-hardening@lists.openwall.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=segooon@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.