From: Christoph Hellwig <hch@infradead.org>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Dave Jones <davej@suse.de>, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.5.13-dj2
Date: Sat, 4 May 2002 17:26:56 +0100 [thread overview]
Message-ID: <20020504172656.A22693@infradead.org> (raw)
In-Reply-To: <20020504114119.GA17853@suse.de> <Pine.NEB.4.44.0205041809410.283-100000@mimas.fachschaften.tu-muenchen.de>
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
next prev parent reply other threads:[~2002-05-04 16:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-04 11:41 Linux 2.5.13-dj2 Dave Jones
2002-05-04 16:16 ` Adrian Bunk
2002-05-04 16:26 ` Christoph Hellwig [this message]
2002-05-04 16:58 ` 2.5.13 on Alpha don't likes me!!!!!!!!!! - A non sucess story. 2.5.11 worked fine! Oliver Pitzeier
2002-05-04 17:44 ` Oliver Pitzeier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020504172656.A22693@infradead.org \
--to=hch@infradead.org \
--cc=bunk@fs.tum.de \
--cc=davej@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.