This file is indexed.

/usr/include/pathfinder-1/libpathfinder.h is in libpathfinder-dev 1.1.3-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
29
30
/*
 * libpathfinder.h
 *
 * Copyright (C) 2007 Carillon Information Security Inc.
 *
 * This library is covered by the LGPL v2.1 or later, please read LICENSE for details.
 */
#ifndef __LIBPATHFINDER_H
#define __LIBPATHFINDER_H

#ifdef __cplusplus
extern "C" {
#endif

int pathfinder_app_dbus_verify(const char *appname,
                               const char *certhex, const char *policy,
                               const int initial_explicit_policy,
                               const int initial_policy_mapping_inhibit,
                               char **errmsg);

int pathfinder_dbus_verify(const char *certhex, const char *policy, 
                           const int initial_explicit_policy, 
                           const int initial_policy_mapping_inhibit,
                           char **errmsg);

#ifdef __cplusplus
}
#endif

#endif // __LIBPATHFINDER_H