aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jailkit/jailkit.post-deinstall
diff options
context:
space:
mode:
authorDean Takemori <deant@hawaii.rr.com>2012-07-09 09:53:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-09 09:53:43 +0000
commitd09efed349abd09ba6f78f64d8ec1b639df58ebc (patch)
treee313b39397fc1a129f8b9b3ffe96c3f7e4256adf /testing/jailkit/jailkit.post-deinstall
parent4ef696f942835f0c255ed9d337ec35707011f683 (diff)
downloadaports-d09efed349abd09ba6f78f64d8ec1b639df58ebc.tar.bz2
aports-d09efed349abd09ba6f78f64d8ec1b639df58ebc.tar.xz
testing/jailkit: new aport
Utilities for chroot jailing a user or process. http://olivier.sessink.nl/jailkit
Diffstat (limited to 'testing/jailkit/jailkit.post-deinstall')
-rw-r--r--testing/jailkit/jailkit.post-deinstall10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/jailkit/jailkit.post-deinstall b/testing/jailkit/jailkit.post-deinstall
new file mode 100644
index 0000000000..1a6f5abb37
--- /dev/null
+++ b/testing/jailkit/jailkit.post-deinstall
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# test if the jk_chrootsh is already in /etc/shells
+if test -w /etc/shells; then \
+ if grep /usr/sbin/jk_chrootsh /etc/shells ; then \
+ echo "commenting /usr/sbin/jk_chroots out of /etc/shells";\
+ sed -i "s|^/usr/sbin/jk_chrootsh.*|#&|" /etc/shells ;\
+ fi \
+fi
+