summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2008-03-23 02:56:38 +0000
committererdgeist <erdgeist@erdgeist.org>2008-03-23 02:56:38 +0000
commit7c281ef1f264728bfbda4bdae85eaa2377c41f2b (patch)
tree7f442edb6aa0c5c390b35dda9613d9659fda076b
parent0db3c2df899390515adcdd28b6371c06bf23a3a5 (diff)
Default login command changed from /bin/sh to /usr/bin/login -f root
-rwxr-xr-xezjail-admin2
-rwxr-xr-xezjail.conf.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/ezjail-admin b/ezjail-admin
index ec9edf5..eb3c407 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -22,7 +22,7 @@ ezjail_flavours=${ezjail_flavours:-"${ezjail_jaildir}/flavours"}
22ezjail_portscvsroot=${ezjail_portscvsroot:-":pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs"} 22ezjail_portscvsroot=${ezjail_portscvsroot:-":pserver:anoncvs@anoncvs.at.FreeBSD.org:/home/ncvs"}
23ezjail_sourcetree=${ezjail_sourcetree:-"/usr/src"} 23ezjail_sourcetree=${ezjail_sourcetree:-"/usr/src"}
24ezjail_uglyperlhack=${ezjail_uglyperlhack:-"YES"} 24ezjail_uglyperlhack=${ezjail_uglyperlhack:-"YES"}
25ezjail_default_execute=${ezjail_default_execute:-"/bin/sh"} 25ezjail_default_execute=${ezjail_default_execute:-"/usr/bin/login -f root"}
26 26
27ezjail_mount_enable=${ezjail_mount_enable:-"YES"} 27ezjail_mount_enable=${ezjail_mount_enable:-"YES"}
28ezjail_devfs_enable=${ezjail_devfs_enable:-"YES"} 28ezjail_devfs_enable=${ezjail_devfs_enable:-"YES"}
diff --git a/ezjail.conf.sample b/ezjail.conf.sample
index 3cbe78a..5ee5cb1 100755
--- a/ezjail.conf.sample
+++ b/ezjail.conf.sample
@@ -27,7 +27,7 @@
27# ezjail_ftphost=ftp.freebsd.org 27# ezjail_ftphost=ftp.freebsd.org
28 28
29# This is the command that is being executed by the console subcommand 29# This is the command that is being executed by the console subcommand
30# ezjail_default_execute=/bin/sh 30# ezjail_default_execute=/usr/bin/login -f root
31 31
32# This is the default location where ezjail archives its jails to 32# This is the default location where ezjail archives its jails to
33# ezjail_archivedir=`pwd -P` 33# ezjail_archivedir=`pwd -P`