patch-2.1.100 linux/net/ipv4/fib_frontend.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/ipv4/devinet.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed May  6 10:56:07 1998
-  Orig file: 
v2.1.99/linux/net/ipv4/fib_frontend.c
-  Orig date: 
Tue Mar 17 22:18:16 1998
diff -u --recursive --new-file v2.1.99/linux/net/ipv4/fib_frontend.c linux/net/ipv4/fib_frontend.c
@@ -253,7 +253,7 @@
 	switch (cmd) {
 	case SIOCADDRT:		/* Add a route */
 	case SIOCDELRT:		/* Delete a route */
-		if (!suser())
+		if (!capable(CAP_NET_ADMIN))
 			return -EPERM;
 		if (copy_from_user(&r, arg, sizeof(struct rtentry)))
 			return -EFAULT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov