This file is indexed.

/usr/include/rsbac/repl_lists.h is in librsbac-dev 1.4.0-repack-0ubuntu5.

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
/*************************************************** */
/* Rule Set Based Access Control                     */
/* Author and (c) 1999-2005: Amon Ott <ao@rsbac.org> */
/* Generic lists - internal structures               */
/* Last modified: 04/Apr/2005                        */
/*************************************************** */

#ifndef __RSBAC_REPL_LISTS_H
#define __RSBAC_REPL_LISTS_H

#include <rsbac/repl_types.h>

#define RSBAC_LIST_REPL_PROC_NAME "repl_lists"
#define RSBAC_LIST_REPL_PARTNER_VERSION 1
#define RSBAC_LIST_REPL_PARTNER_KEY 0x3632f7ae
#define RSBAC_LIST_REPL_PARTNER_FILENAME "replpar"

#endif