public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Arne Wiebalck <arne.wiebalck@cern.ch>
To: linux-scsi@vger.kernel.org
Subject: SG_IO permissions
Date: Wed, 2 Jul 2008 15:20:49 +0200	[thread overview]
Message-ID: <1215004850.5058.101.camel@pcitfio23.cern.ch> (raw)

Hi all,

I am trying to replace some read/write calls in our application
by SG_IO commands in order to have access to the sense bytes in 
case of an error. The underlying devices are tape drives. 

Part of our application, such as positioning or reading labels
from the tape, are run as root. This seems to work fine, I get 
the data I expect and the sense bytes in case of an error. 

However, the actual data transfer from and to the device is run 
under a user's ID. This part does not work anymore when switching
from read/write to SG_IO: 'Operation not permitted'. 

Does a user need some special rights to issue SG_IO (read) commands
(on a file descriptor that he opened for reading and that he 
can use without problems for read() calls)? 

The device node that the processes are accessing is a char special
file owned by the user and with all user bits set. This special file
is created on a per tape request basis. I also tried to use /dev/nst0
instead, but that made no difference. 

I am running a relatively old kernel (2.6.9 based), could that cause
any problem?

BTW, why does it say "except st" on the permission requirements table on
http://sg.torque.net/sg/sg_io.html ? :)


Any hints appreciated.


TIA,
 Arne




 




             reply	other threads:[~2008-07-02 13:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02 13:20 Arne Wiebalck [this message]
2008-07-02 14:51 ` SG_IO permissions James Bottomley
2008-07-02 18:00   ` Arne Wiebalck
2008-07-02 18:40     ` Arne Wiebalck
2008-07-02 20:28       ` James Bottomley
2008-07-03  9:15         ` Arne Wiebalck
2008-07-03 15:06           ` James Bottomley
2008-07-03 17:57       ` KELEMEN Peter
2008-07-04  8:13       ` Arne Wiebalck

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=1215004850.5058.101.camel@pcitfio23.cern.ch \
    --to=arne.wiebalck@cern.ch \
    --cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox