Re: Linux 2.5.13-dj2

Christoph Hellwig (hch@infradead.org)
Sat, 4 May 2002 17:26:56 +0100


On Sat, May 04, 2002 at 06:16:29PM +0200, Adrian Bunk wrote:
> The first part of the error message is strange. 2.5.13-dj2 does exactly
> the following change to this file:
>
>
> --- linux-2.5.13/drivers/scsi/cpqfcTSinit.c Fri May 3 01:22:40 2002
> +++ linux-2.5/drivers/scsi/cpqfcTSinit.c Fri May 3 12:28:12 2002
> @@ -532,7 +532,7 @@
>
> // must be super user to send stuff directly to the
> // controller and/or physical drives...
> - if( !capable(CAP_SYS_ADMIN) )
> + if( !capable(CAP_RAW_IO) )
> return -EPERM;

This should be CAP_SYS_RAWIO
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/