[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110617083651.GA5625@albatros>
Date: Fri, 17 Jun 2011 12:36:51 +0400
From: Vasiliy Kulikov <segooon@...il.com>
To: linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org, Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>,
kernel-hardening@...ts.openwall.com
Subject: How to temporary change 'current' (task)
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? 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.
Thanks,
--
Vasiliy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists