00001 /************************************ */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2007: */ 00004 /* Amon Ott <ao@rsbac.org> */ 00005 /* Global definitions for JAIL module */ 00006 /* Last modified: 29/Jan/2007 */ 00007 /************************************ */ 00008 00009 #ifndef __RSBAC_JAIL_H 00010 #define __RSBAC_JAIL_H 00011 00012 extern rsbac_jail_id_t rsbac_jail_syslog_jail_id; 00013 00014 rsbac_boolean_t rsbac_jail_exists(rsbac_jail_id_t jail_id); 00015 00016 #endif