mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09: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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user