/etc/debsig/policies/608FF2D200A0A71F/generic.pol is in click-ubuntu-policy 0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0"?>
<!DOCTYPE Policy SYSTEM "http://www.debian.org/debsig/1.0/policy.dtd">
<Policy xmlns="http://www.debian.org/debsig/1.0/">
<!-- This is mainly a sanity check, since our filename is that of the ID
anyway. -->
<Origin Name="click-store" id="608FF2D200A0A71F" Description="Ubuntu Click Store Pubkey"/>
<!-- This is required to match in order for this policy to be used. -->
<Selection>
<Required Type="origin" File="click-store.gpg" id="608FF2D200A0A71F"/>
</Selection>
<!-- Once we decide to use this policy, this must pass in order to verify
the package. -->
<Verification>
<Required Type="origin" File="click-store.gpg" id="608FF2D200A0A71F"/>
</Verification>
</Policy>
|