Changes between Version 25 and Version 26 of CPUShare


Ignore:
Timestamp:
04/19/2008 05:14:48 PM (16 years ago)
Author:
Sam Hocevar
Comment:

CPUShare is in Debian

Legend:

Unmodified
Added
Removed
Modified
  • CPUShare

    v25 v26  
    1313First of all, you need to make sure your kernel was built with '''`CONFIG_SECCOMP=y`'''. This option is activated by default on the upstream kernel. Unfortunately, it is deactivated on official Debian kernels (you can voice your opinion on [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474648 bug report #474648] if you want to use CPUShare). Without this option, it is not possible to run untrusted bytecode securely and CPUShare will refuse to start.
    1414
    15 If you are using Debian or Ubuntu, just download one of the following packages:
     15If you are using Debian unstable, install CPUShare directly:
     16{{{
     17% aptitude install cpushare
     18}}}
     19
     20If you are using Ubuntu or another version of Debian, just download one of the following packages:
    1621 * [/raw/CPUShare/cpushare_0.47-3_i386.deb cpushare_0.47-3_i386.deb] (32-bit platforms)
    1722 * [/raw/CPUShare/cpushare_0.47-3_amd64.deb cpushare_0.47-3_amd64.deb] (64-bit platforms)