summaryrefslogtreecommitdiffstats
path: root/tags/i/incorrect-naming-of-pkcs11-module.tag
blob: 4e5477f90c9ec0203370d6bfa3c0bb9cae1652b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tag: incorrect-naming-of-pkcs11-module
Severity: error
Check: files/p11-kit
Explanation: This package ships a PKCS#11 module configuration file under
 <code>/usr/share/p11-kit/modules</code>, but its naming doesn't conform
 to what <code>p11-kit</code> expects. Files in that directory should
 respect the following convention, case insensitive:
  [a-z0-9][a-z0-9&lowbar;.-]&ast;.module
 .
 p11-kit currently warns on every file that does not follow the
 convention and may ignore them in the future.