00001 /********************************** */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2005: */ 00004 /* Amon Ott <ao@rsbac.org> */ 00005 /* Getname functions for CAP module */ 00006 /* Last modified: 28/Jan/2005 */ 00007 /********************************** */ 00008 00009 #ifndef __RSBAC_CAP_GETNAME_H 00010 #define __RSBAC_CAP_GETNAME_H 00011 00012 void rsbac_cap_log_missing_cap(int cap); 00013 00014 char * get_cap_name(char * name, 00015 u_int value); 00016 00017 int get_cap_nr(const char * name); 00018 00019 #endif