patch-2.1.100 linux/arch/m68k/kernel/ptrace.c
Next file: linux/arch/m68k/kernel/sys_m68k.c
Previous file: linux/arch/i386/kernel/vm86.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/m68k/kernel/ptrace.c
-  Orig date: 
Thu Mar 26 15:57:02 1998
diff -u --recursive --new-file v2.1.99/linux/arch/m68k/kernel/ptrace.c linux/arch/m68k/kernel/ptrace.c
@@ -340,7 +340,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