blkid: add another UDF identifiers

Reported-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-12-11 10:02:22 +01:00
parent 150394604d
commit 72ab706502
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ static void print_udev_format(const char *name, const char *value)
|| !strcmp(name, "PUBLISHER_ID")
|| !strcmp(name, "APPLICATION_ID")
|| !strcmp(name, "BOOT_SYSTEM_ID")
|| !strcmp(name, "VOLUME_ID")
|| !strcmp(name, "LOGICAL_VOLUME_ID")
|| !strcmp(name, "VOLUME_SET_ID")
|| !strcmp(name, "DATA_PREPARER_ID")) {
blkid_encode_string(value, enc, sizeof(enc));