This file is indexed.

/usr/include/facter/version.h is in facter-dev 3.10.0-4.

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
24
25
26
27
28
///
/// @file
/// Declares macros for the facter library version.
///
#pragma once

///
/// The facter library major version.
///
#define LIBFACTER_VERSION_MAJOR 3
///
/// The facter library minor version.
///
#define LIBFACTER_VERSION_MINOR 10
///
/// The facter library patch version.
///
#define LIBFACTER_VERSION_PATCH 0

///
/// The facter library version as a string (without commit SHA1).
///
#define LIBFACTER_VERSION "3.10.0"

///
/// The facter library version as a string (with commit SHA1).
///
#define LIBFACTER_VERSION_WITH_COMMIT "3.10.0"