|
Jul's page (Hungarian) : Jul's packages : imprison How to install imprisonLike any other piece of software (and information generally), imprison comes with NO WARRANTY. System requirementsimprison uses libcap which attains capabilities in linux specified by POSIX.1e. It uses a linux-specific kernel call prctl(2) to keep xcapabilities when root ids are dropped. InstallationCreate a /package directory if it doesn't exists:
mkdir -p /package
chmod 1755 /package
cd /package
Download imprison-0.2.tar.gz into /package. Unpack the package:
gunzip imprison-0.2.tar
tar -xpf imprison-0.2.tar
rm imprison-0.2.tar
cd admin/imprison-0.2
Compile and set up the imprison program:
package/install
Alternatively, you can install a pre-built imprison package from Dag Wieers for Red Hat Linux 7.3, 8.0 and 9. You can download RPMs from http://dag.wieers.com/packages/imprison/, or you can utilize it through APT: http://dag.wieers.com/apt/. |