From: Bill Davidsen <davidsen@tmr.com>
To: sander@humilis.net
Cc: Willy Tarreau <willy@w.ods.org>,
john stultz <johnstul@us.ibm.com>,
lkml <linux-kernel@vger.kernel.org>,
greg@kroah.com, axboe@suse.de, vandrove@vc.cvut.cz,
aia21@cam.ac.uk, akpm@osdl.org
Subject: Re: [RFC] Let non-root users eject their ipods?
Date: Tue, 20 Dec 2005 11:39:56 -0500 [thread overview]
Message-ID: <43A833DC.3080204@tmr.com> (raw)
In-Reply-To: <20051220093802.GA15866@favonius>
Sander wrote:
> Coywolf Qi Hunt wrote (ao):
>
>>2005/12/20, Sander <sander@humilis.net>:
>>
>>>Coywolf Qi Hunt wrote (ao):
>>>
>>>>2005/12/20, Willy Tarreau <willy@w.ods.org>:
>>>>
>>>>>On Mon, Dec 19, 2005 at 06:51:58PM -0800, john stultz wrote:
>>>>>
>>>>>> I'm getting a little tired of my roommates not knowing how to safely
>>>>>>eject their usb-flash disks from my system and I'd personally like it if
>>>>>>I could avoid bringing up a root shell to eject my ipod. Sure, one could
>>>>>>suid the eject command, but that seems just as bad as changing the
>>>>>>permissions in the kernel (eject wouldn't be able to check if the user
>>>>>>has read/write permissions on the device, allowing them to eject
>>>>>>anything).
>>>>>
>>>>>You may find my question stupid, but what is wrong with umount ? That's
>>>>>how I proceed with usb-flash and I've never sent any eject command to
>>>>>it (I even didn't know that the ioctl would be accepted by an sd device).
>>>>
>>>>IMHO, umount doesn't guarantee sync, isn't it?
>>
>>Actually I was think umount(2), since this is the kernel list, but off
>>topic here.
>>
>>
>>>I'm pretty sure it does :-)
>>
>>That is because: usually your removable media is not the file system
>>root, hence umount(8) can return successfully only if no processes are
>>busy working on it.
>>
>>If you boot from or chroot/pivot into a removable media, and you
>>remount it ro, and unplug it, then you may lose data.
>
>
> eject wont help you here, right?
>
> And the OP was talking about usb-flash sticks his roommates use and his
> ipod. He doesn't need to eject those. umount will do.
>
Using umount still leaves the iPod flashing a "do not disconnect"
message as I recall, while eject clears it. So while umount may be all
the o/s needs, and all some external storage media need, it may be
highly desirable to do the eject for the benefit of the attached device,
to cue it to finish whatever it's caching internally. Whatever eject
does clearly is device visible, and in the case of iPod the device
objects if it isn't given.
I would think that allowing it on any device on which the caller has
write permission would cover the security aspects. In this case I would
prefer not taking the "my XXX doesn't need it" approach, and do it
unless there's a reason not to.
Not allowing a CD/DVD burner to "prevent media removal" on a device for
which the user has write permission is another case of questionable
security. Since that prevents unpatched growisofs from being used by a
user it has a real negative effect and no obvious (to me) security
benefit. I don't think of a case where I want to pull a media as it's
burning...
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
next prev parent reply other threads:[~2005-12-20 16:39 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-20 2:51 [RFC] Let non-root users eject their ipods? john stultz
2005-12-20 3:51 ` Wakko Warner
2005-12-20 3:49 ` john stultz
2005-12-20 5:05 ` Matthew Dharm
2005-12-24 21:16 ` Jan Engelhardt
2005-12-20 5:18 ` Willy Tarreau
2005-12-20 6:06 ` Coywolf Qi Hunt
2005-12-20 8:56 ` Sander
2005-12-20 9:31 ` Coywolf Qi Hunt
2005-12-20 9:38 ` Sander
2005-12-20 16:39 ` Bill Davidsen [this message]
2005-12-20 11:10 ` Nikita Danilov
2005-12-20 7:46 ` Jens Axboe
2005-12-20 12:41 ` Ben Collins
2005-12-20 13:28 ` Jens Axboe
2005-12-20 13:32 ` Ben Collins
2005-12-20 13:39 ` Jens Axboe
2005-12-20 14:07 ` [PATCH] block: Better CDROMEJECT Ben Collins
2005-12-20 14:16 ` Jens Axboe
2005-12-20 20:41 ` john stultz
2005-12-20 20:54 ` Jens Axboe
2005-12-20 20:55 ` john stultz
2005-12-20 20:58 ` Jens Axboe
2005-12-20 20:58 ` john stultz
2005-12-20 20:55 ` Ben Collins
2005-12-20 16:48 ` [RFC] Let non-root users eject their ipods? Bill Davidsen
2005-12-22 10:56 ` Alan Cox
2005-12-22 16:57 ` john stultz
2005-12-24 21:17 ` Jan Engelhardt
[not found] <5lFTx-7L1-9@gated-at.bofh.it>
[not found] ` <5lIeC-3hP-3@gated-at.bofh.it>
[not found] ` <5lIRn-4GE-19@gated-at.bofh.it>
[not found] ` <5lLw7-1f5-43@gated-at.bofh.it>
[not found] ` <5lM8s-2D4-1@gated-at.bofh.it>
[not found] ` <5lM8F-2D4-39@gated-at.bofh.it>
[not found] ` <5lSQE-87T-9@gated-at.bofh.it>
2005-12-20 20:21 ` Bodo Eggert
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=43A833DC.3080204@tmr.com \
--to=davidsen@tmr.com \
--cc=aia21@cam.ac.uk \
--cc=akpm@osdl.org \
--cc=axboe@suse.de \
--cc=greg@kroah.com \
--cc=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sander@humilis.net \
--cc=vandrove@vc.cvut.cz \
--cc=willy@w.ods.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