Hi,
Please consider applying.
- Arnaldo
--- linux-2.4.0-test7/drivers/char/lp.c Fri Jul 28 06:34:41 2000
+++ linux-2.4.0-test7.acme/drivers/char/lp.c Thu Aug 24 20:49:09 2000
@@ -485,7 +485,7 @@
if (copy_to_user((int *) arg, &LP_STAT(minor),
sizeof(struct lp_stats)))
return -EFAULT;
- if (suser())
+ if (capable(CAP_SYS_ADMIN))
memset(&LP_STAT(minor), 0,
sizeof(struct lp_stats));
break;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:15 EST