Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86210
b: refs/heads/master
c: 0949728
h: refs/heads/master
v: v3
  • Loading branch information
Serge E. Hallyn authored and Linus Torvalds committed Feb 24, 2008
1 parent 5c02812 commit 5939d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5df70ab194543522397fa3da8c8f80564a0f7d3
refs/heads/master: 094972840f2e7c1c6fc9e1a97d817cc17085378e
2 changes: 1 addition & 1 deletion trunk/security/commoncap.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ int cap_task_kill(struct task_struct *p, struct siginfo *info,
* allowed.
* We must preserve legacy signal behavior in this case.
*/
if (p->euid == 0 && p->uid == current->uid)
if (p->uid == current->uid)
return 0;

/* sigcont is permitted within same session */
Expand Down

0 comments on commit 5939d48

Please sign in to comment.