This file is indexed.

/usr/include/libnm/nm-enum-types.h is in libnm-dev 1.1.93-0ubuntu4.

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
/* Generated by glib-mkenums. Do not edit */

#ifndef __NM_ENUM_TYPES_H__
#define __NM_ENUM_TYPES_H__

#include <nm-core-enum-types.h>
#include <glib-object.h>

G_BEGIN_DECLS
GType nm_client_permission_get_type (void) G_GNUC_CONST;
#define NM_TYPE_CLIENT_PERMISSION (nm_client_permission_get_type ())
GType nm_client_permission_result_get_type (void) G_GNUC_CONST;
#define NM_TYPE_CLIENT_PERMISSION_RESULT (nm_client_permission_result_get_type ())
GType nm_client_error_get_type (void) G_GNUC_CONST;
#define NM_TYPE_CLIENT_ERROR (nm_client_error_get_type ())
G_END_DECLS

#endif /* __NM_ENUM_TYPES_H__ */