00001 /************************************* */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 2003: Amon Ott */ 00004 /* file system */ 00005 /* Helper functions for all parts */ 00006 /* Last modified: 28/Jul/2003 */ 00007 /************************************* */ 00008 00009 #ifndef __RSBAC_LSM_H 00010 #define __RSBAC_LSM_H 00011 00012 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) 00013 #include <linux/security.h> 00014 00015 int rsbac_lsm_register(void); 00016 #endif 00017 00018 #endif