* grub-core/partmap/msdos.c (embed_signatures): Add the signature of
an Acer registration utility with several sightings in the wild. Reported by: Rickard Westman. Fixes Ubuntu bug #987022.
This commit is contained in:
parent
fc524edf65
commit
115c2cc180
2 changed files with 13 additions and 0 deletions
|
@ -94,6 +94,13 @@ struct embed_signature embed_signatures[] =
|
|||
.signature = "ycgl",
|
||||
.signature_len = 4,
|
||||
.type = TYPE_RAID
|
||||
},
|
||||
{
|
||||
/* https://bugs.launchpad.net/bugs/987022 */
|
||||
.name = "Acer registration utility (?)",
|
||||
.signature = "GREGRegDone.Tag\x00",
|
||||
.signature_len = 16,
|
||||
.type = TYPE_SOFTWARE
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue