patch-2.1.100 linux/arch/alpha/kernel/ptrace.c
Next file: linux/arch/arm/kernel/ioport.c
Previous file: linux/arch/alpha/kernel/bios32.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 6 10:56:01 1998
- Orig file:
v2.1.99/linux/arch/alpha/kernel/ptrace.c
- Orig date:
Sun Nov 30 10:59:02 1997
diff -u --recursive --new-file v2.1.99/linux/arch/alpha/kernel/ptrace.c linux/arch/alpha/kernel/ptrace.c
@@ -506,7 +506,7 @@
(current->uid != child->uid) ||
(current->gid != child->egid) ||
(current->gid != child->sgid) ||
- (current->gid != child->gid)) && !suser())
+ (current->gid != child->gid)) && !capable(CAP_SYS_PTRACE))
goto out;
/* the same process cannot be attached many times */
if (child->flags & PF_PTRACED)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov