1
0
mirror of https://git.dpkg.org/git/dpkg/debsig-verify.git synced 2025-08-24 03:22:33 +00:00
Files
2022-09-09 09:45:01 +02:00

23 lines
814 B
XML

<?xml version="1.0"?>
<!DOCTYPE Policy SYSTEM "https://www.debian.org/debsig/1.0/policy.dtd">
<Policy xmlns="https://www.debian.org/debsig/1.0/">
<!-- This is mainly a sanity check, since our filename is that of the ID
anyway. -->
<Origin Name="Debsig" id="E9F3837DB59CDACD" Description="Debsig testing"/>
<!-- This is required to match in order for this policy to be used. We
reject the release Type, since we want a different rule set for
that. -->
<Selection>
<Required Type="origin" File="pubring.pgp" id="E9F3837DB59CDACD"/>
</Selection>
<!-- Once we decide to use this policy, this must pass in order to verify
the package. -->
<Verification MinOptional="0">
<Required Type="origin" File="pubring.pgp" id="E9F3837DB59CDACD"/>
</Verification>
</Policy>