00001 /************************************ */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2002: Amon Ott */ 00004 /* System Call definitions - alpha */ 00005 /* Last modified: 20/Mar/2002 */ 00006 /************************************ */ 00007 00008 #ifndef __RSBAC_UNISTD_ALPHA_H 00009 #define __RSBAC_UNISTD_ALPHA_H 00010 00011 #ifndef __NR_security 00012 #define __NR_security 380 00013 #endif 00014 #define __NR_rsbac __NR_security 00015 00016 #endif