[PATCH] isicom.c: s/suser/capable/

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Thu Aug 24 2000 - 18:30:33 EST


Alan,

        Please consider applying.

                        - Arnaldo

--- linux-2.4.0-test7/drivers/char/isicom.c Tue Jun 20 11:32:13 2000
+++ linux-2.4.0-test7.acme/drivers/char/isicom.c Thu Aug 24 20:15:28 2000
@@ -1436,7 +1436,7 @@
         reconfig_port = ((port->flags & ASYNC_SPD_MASK) !=
                          (newinfo.flags & ASYNC_SPD_MASK));
         
- if (!suser()) {
+ if (!capable(CAP_SYS_ADMIN)) {
                 if ((newinfo.close_delay != port->close_delay) ||
                     (newinfo.closing_wait != port->closing_wait) ||
                     ((newinfo.flags & ~ASYNC_USR_MASK) !=
-
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