Package: util-linux
Version: 2.27.1-1
Severity: normal

The blkid command returns successfully, with no error messages, when
it lacks permission to open a device (or if the device does not exist):

    $ blkid /dev/sda1
    $ echo $?
    0
    $ sudo blkid /dev/sda1
    /dev/sda1: UUID=...

Reply via email to