This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/p11-kit-1.pc is in libp11-kit-dev 0.23.9-2.

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
21
22
23
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${datarootdir}
pkgdatadir=${datarootdir}/p11-kit
sysconfdir=/etc
p11_module_configs=${pkgdatadir}/modules
p11_module_path=${prefix}/lib/x86_64-linux-gnu/pkcs11
p11_trust_paths=/etc/ssl/certs/ca-certificates.crt
proxy_module=${prefix}/lib/x86_64-linux-gnu/p11-kit-proxy.so

# This is for compatibility. Other packages were using this to determine
# the directory they should install their module configs to, so override
# this and redirect them to the new location
p11_system_config_modules=${pkgdatadir}/modules

Name: p11-kit
Description: Library and proxy module for properly loading and sharing PKCS#11 modules.
Version: 0.23.9
Libs: -L${libdir} -lp11-kit
Cflags: -I${includedir}/p11-kit-1