Il 06/09/2012 13:31, Ric Wheeler ha scritto:According to the standard, the translation layer can write aI assume that FORMAT_UNIT is for CD/DVD needs - not sure what a S-ATABoth of these commands are destructive. WRITE_SAME (if done without theFORMAT_UNIT has the same characteristics and yet it is allowed (btw, I
discard bits set) can also take a very long time to be destructive and
tie up the storage.
don't think WRITE SAME slowness is limited to the case where a real
write is requested; discarding can be just as slow).
Also, the two new commands are anyway restricted to programs that have
write access to the disk. If you have read-only access, you won't be
able to issue any destructive command (there is one exception, START
STOP UNIT is allowed even with read-only capability and is somewhat
destructive).
Honestly, the only reason why these two commands weren't included, is
that the current whitelist is heavily tailored towards CD/DVD burning.
disk would do with that.
user-provided pattern to every sector in the disk. It's an optional
feature and libata doesn't do that, but it is still possible.
If it is destructive, we should probably thinkWe have filesystem permissions to make it secure. They already do.
about how to make it more secure and see how many applications we would
break.
Note: anyone who can open it for writing! And they can just as wellI don't see allowing anyone who can open the device to zero the data asI think that restricting them to CAP_SYS_RAWIO seems reasonable - betterCAP_SYS_RAWIO is so wide in its scope, that anything that requires it is
to vet and give the appropriate apps the needed capability than to
widely open up the safety check?
insecure.
better though :)
issue WRITE, it just takes a little more effort than with WRITE SAME. :)
If you only have read access, you cannot issue WRITE or FORMAT UNIT,
and with this patch you will not be able to issue WRITE SAME.
I'm all for providing more versatile filters---which can be both
stricter and looser depending on the configuration than the default.
For example
http://www.redhat.com/archives/libvir-list/2012-June/msg00505.html is a
possible spec for BPF-based filtering of CDBs.
However, the default whitelist (which is all we have for now) should
provide a reasonable default for a user that already has been granted
access to the device by the normal access control mechanisms. I believe
WRITE SAME and UNMAP fit the definition of a reasonable default.
Paolo