/usr/include/rsbac/pax_getname.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 19 20 | /********************************** */
/* Rule Set Based Access Control */
/* Author and (c) 1999-2004: */
/* Amon Ott <ao@rsbac.org> */
/* Getname functions for CAP module */
/* Last modified: 06/Jan/2004 */
/********************************** */
#ifndef __RSBAC_PAX_GETNAME_H
#define __RSBAC_PAX_GETNAME_H
#include <rsbac/types.h>
char * pax_print_flags(char * string, rsbac_pax_flags_t flags);
#ifndef __KERNEL__
rsbac_pax_flags_t pax_strtoflags(char * string, rsbac_pax_flags_t init_flags);
#endif
#endif
|