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