mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
mime: also add magic-based mime type rules for our other binary files
No immediate usecase, it's just nice that if you browser these files with a graphical file manager you see them recognized as what they are.
This commit is contained in:
parent
2dda9c779e
commit
16d4aed919
@ -10,6 +10,24 @@
|
||||
<comment>Configuration Extension DDI</comment>
|
||||
<glob pattern="*.confext.raw"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x.systemd-journal">
|
||||
<comment>Journal Log File</comment>
|
||||
<magic>
|
||||
<match type="string" value="LPKSHHRH" offset="0"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x.systemd-catalog">
|
||||
<comment>Journal Message Catalog</comment>
|
||||
<magic>
|
||||
<match type="string" value="RHHHKSLP" offset="0"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x.systemd-hwdb">
|
||||
<comment>Hardware Database</comment>
|
||||
<magic>
|
||||
<match type="string" value="KSLPHHRH" offset="0"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x.systemd-credential">
|
||||
<comment>Encrypted Credential</comment>
|
||||
<generic-icon name="security-high"/>
|
||||
|
Loading…
Reference in New Issue
Block a user