This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/libpamtest/libpamtest-config.cmake is in libpam-wrapper 1.0.2-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
get_filename_component(LIBPAMTEST_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)

if (EXISTS "${LIBPAMTEST_CMAKE_DIR}/CMakeCache.txt")
    # In build tree
    include(${LIBPAMTEST_CMAKE_DIR}/libpamtest-build-tree-settings.cmake)
else()
    set(LIBPAMTEST_INCLUDE_DIR /usr/include)
endif()

set(LIBPAMTEST_LIBRARY /usr/lib/x86_64-linux-gnu/libpamtest.so)
set(LIBPAMTEST_LIBRARIES /usr/lib/x86_64-linux-gnu/libpamtest.so)