We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6912b26 commit 46bf550Copy full SHA for 46bf550
INSTALL_DEBIAN.txt
@@ -159,3 +159,17 @@ for CAP in CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CH
159
do
160
vzctl set $VPSID --capability ${CAP}:on --save
161
done
162
+
163
+----------------------------------------------------------------------------------------------------------
164
165
+Installing Jailkit:
166
167
+apt-get install build-essential autoconf automake1.9 libtool flex bison
168
+cd /tmp
169
+wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
170
+tar xvfz jailkit-2.5.tar.gz
171
+cd jailkit-2.5
172
+./configure
173
+make
174
+make install
175
+rm -rf jailkit-2.5*
0 commit comments