Changes between Version 25 and Version 26 of CPUShare
- Timestamp:
- 04/19/2008 05:14:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPUShare
v25 v26 13 13 First 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. 14 14 15 If you are using Debian or Ubuntu, just download one of the following packages: 15 If you are using Debian unstable, install CPUShare directly: 16 {{{ 17 % aptitude install cpushare 18 }}} 19 20 If you are using Ubuntu or another version of Debian, just download one of the following packages: 16 21 * [/raw/CPUShare/cpushare_0.47-3_i386.deb cpushare_0.47-3_i386.deb] (32-bit platforms) 17 22 * [/raw/CPUShare/cpushare_0.47-3_amd64.deb cpushare_0.47-3_amd64.deb] (64-bit platforms)