diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-12 20:36:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-12 20:36:13 +0200 |
commit | c8dfbf48d3dd4e96044f2fa04fb5f58239e44c31 (patch) | |
tree | 822ae29c1572f7e95fd4726c3effd8389a79b336 /include | |
parent | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... (diff) | |
parent | Yama: higher restrictions should block PTRACE_TRACEME (diff) | |
download | linux-c8dfbf48d3dd4e96044f2fa04fb5f58239e44c31.tar.xz linux-c8dfbf48d3dd4e96044f2fa04fb5f58239e44c31.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull a security subsystem fix from James Morris
"This fixes an issue in the Yama LSM"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
Yama: higher restrictions should block PTRACE_TRACEME
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 4e5a73cdbbef..3dea6a9d568f 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -1242,8 +1242,6 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) * Check that the @parent process has sufficient permission to trace the * current process before allowing the current process to present itself * to the @parent process for tracing. - * The parent process will still have to undergo the ptrace_access_check - * checks before it is allowed to trace this one. * @parent contains the task_struct structure for debugger process. * Return 0 if permission is granted. * @capget: |