mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
16d4aed919
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.
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x.systemd-sysext">
|
|
<sub-class-of type="application/vnd.efi.img"/>
|
|
<comment>System Extension DDI</comment>
|
|
<glob pattern="*.sysext.raw"/>
|
|
</mime-type>
|
|
<mime-type type="application/x.systemd-confext">
|
|
<sub-class-of type="application/vnd.efi.img"/>
|
|
<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"/>
|
|
<magic>
|
|
<match type="string" value="Whxqht+dQJax1aZeCGLxm" offset="0"/>
|
|
<match type="string" value="DHzAexF2RZGcSwvqCLwg/" offset="0"/>
|
|
<match type="string" value="+vfrk0HjQSyhpDb5Wik2L" offset="0"/>
|
|
<match type="string" value="k6iUCUh0RJCQyvL8k8q1U" offset="0"/>
|
|
<match type="string" value="r0lQqEkTTrGnOEYwT/MMB" offset="0"/>
|
|
<match type="string" value="BYRp2vb1QySABUnaD46i+" offset="0"/>
|
|
</magic>
|
|
</mime-type>
|
|
</mime-info>
|