           SPELL=rsbac-admin
         VERSION=1.3.5
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://download.rsbac.org/code/$VERSION/$SOURCE
   SOURCE_URL[1]=ftp://rsbac.org/download/code/$VERSION/$SOURCE
   SOURCE_URL[2]=ftp://rsbac.m-privacy.de/rsbac/download/code/$VERSION/$SOURCE
   SOURCE_URL[3]=http://download.rsbac.m-privacy.de/code/$VERSION/$SOURCE
   SOURCE_URL[4]=http://download.rsbac.gg3.net/code/$VERSION/$SOURCE
   SOURCE_URL[5]=ftp://ftp.gg3.net/pub/linux/rsbac/download/code/$VERSION/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_IGNORE=signature
  SOURCE2_URL[0]=http://download.rsbac.org/code/$VERSION/${SOURCE2}
  SOURCE2_URL[1]=ftp://rsbac.org/download/code/$VERSION/${SOURCE2}
  SOURCE2_URL[2]=ftp://rsbac.m-privacy.de/rsbac/download/code/$VERSION/${SOURCE2}
  SOURCE2_URL[3]=http://download.rsbac.m-privacy.de/code/$VERSION/${SOURCE2}
  SOURCE2_URL[4]=http://download.rsbac.gg3.net/code/$VERSION/${SOURCE2}
  SOURCE2_URL[5]=ftp://ftp.gg3.net/pub/linux/rsbac/download/code/$VERSION/${SOURCE2}
      SOURCE_GPG=rsbac.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.rsbac.org/
      LICENSE[0]=GPL
         ENTERED=20070309
           SHORT="A flexible system of access control based on rules"
cat << EOF
Rule Set Based Access Control (RSBAC) is a Free Software security extension
for current Linux kernels. It is based on the Generalized Framework for
Access Control (GFAC) by Abrams and LaPadula and provides a flexible system
of access control based on several modules. All security relevant system
calls are extended by security enforcement code. This code calls the central
decision component, which in turn calls all active decision modules and
generates a combined decision. This decision is then enforced by the system
call extensions.
EOF
