00001 /************************************ */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2004: Amon Ott */ 00004 /* API: */ 00005 /* Functions for Access */ 00006 /* Control Information / PAX */ 00007 /* Last modified: 12/Jan/2004 */ 00008 /************************************ */ 00009 00010 #ifndef __RSBAC_PAX_H 00011 #define __RSBAC_PAX_H 00012 00013 #include <rsbac/types.h> 00014 00015 /***************************************************/ 00016 /* General Prototypes */ 00017 /***************************************************/ 00018 00019 void rsbac_pax_set_flags_func(struct linux_binprm * bprm); 00020 00021 #endif