          MODULE=isolate
         VERSION=2.2.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/ioi/isolate/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:2fa57deb5269f80ba794653a2dab77cd08771a15d1e57796767026d7eac5bd43
        WEB_SITE=http://github.com/ioi/isolate/
         ENTERED=20160201
         UPDATED=20260103
           SHORT="Sandbox for securely executing untrusted programs"

cat << EOF
Isolate is a sandbox built to safely run untrusted executables, offering them
a limited-access environment and preventing them from affecting the host system.
It takes advantage of features specific to the Linux kernel, like namespaces
and control groups.
EOF
