This file is indexed.

/usr/include/rsbac/pax.h is in librsbac-dev 1.4.0-repack-0ubuntu6.

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
/************************************ */
/* Rule Set Based Access Control      */
/* Author and (c) 1999-2004: Amon Ott */
/* API:                               */
/* Functions for Access               */
/* Control Information / PAX          */
/* Last modified: 12/Jan/2004         */
/************************************ */

#ifndef __RSBAC_PAX_H
#define __RSBAC_PAX_H

#include <rsbac/types.h>

/***************************************************/
/*               General Prototypes                */
/***************************************************/

void rsbac_pax_set_flags_func(struct linux_binprm * bprm);

#endif