00001 /********************************** */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2004: */ 00004 /* Amon Ott <ao@rsbac.org> */ 00005 /* Getname functions for CAP module */ 00006 /* Last modified: 06/Jan/2004 */ 00007 /********************************** */ 00008 00009 #ifndef __RSBAC_PAX_GETNAME_H 00010 #define __RSBAC_PAX_GETNAME_H 00011 00012 #include <rsbac/types.h> 00013 00014 char * pax_print_flags(char * string, rsbac_pax_flags_t flags); 00015 00016 #ifndef __KERNEL__ 00017 rsbac_pax_flags_t pax_strtoflags(char * string, rsbac_pax_flags_t init_flags); 00018 #endif 00019 00020 #endif