This file is indexed.

/usr/include/x86_64-linux-gnu/solv/repo_susetags.h is in libsolvext0-dev 0.6.5-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
12
13
14
15
/*
 * Copyright (c) 2007, Novell Inc.
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

/* read susetags file <fp> into <repo>
 * if <attrname> given, write attributes as '<attrname>.attr'
 */

#define SUSETAGS_EXTEND			(1 << 9)
#define SUSETAGS_RECORD_SHARES		(1 << 10)

extern int repo_add_susetags(Repo *repo, FILE *fp, Id defvendor, const char *language, int flags);