/usr/include/rsbac/res_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) 2002: */
/* Amon Ott <ao@rsbac.org> */
/* Getname functions for RES module */
/* Last modified: 22/Nov/2002 */
/********************************** */
#ifndef __RSBAC_RES_GETNAME_H
#define __RSBAC_RES_GETNAME_H
#include <rsbac/types.h>
#ifndef __KERNEL__
char * get_res_name(char * name,
u_int value);
int get_res_nr(const char * name);
#endif
#endif
|