# Destination Dir of the Jail chroot="/home/chrooted/terzab" cleanJailFirst=1 # Commands that will be tested inside jail testCommandsInsideJail=["bash ","ls","cd","dir" "tar","gzip","gunzip", "cat","less","vi","echo", "chmod","chown","chgrp", "cp","mv","grep", "ln","mkdir", "pwd","rm","rmdir","sleep", "touch","true", "false", "find","diff", "env","id", "vim", "uname", "sed", "ftp", "man", "vim", "sh", "perl", "jed", "zsoelim", "tbl", "nroff", "pager"] # Name of background processes (if any) as in ps #processNames=["","",""] # Commands that shound interact with demons inside # the jail from outside the jail #testCommandsOutsideJail=["","",""] # Files that MUST NOT be copied doNotCopy=[] # Files that MUST be copied forceCopy=["/etc/shells", "/etc/nologin","/etc/environment", "/etc/hosts*","/etc/ssh*", "/bin/*sh", "/lib/libnss*", "/dev/tty[0-9]*", "/lib/ld-linux.so.2", "/usr/bin/dircolors", "/usr/share/man/*", "/etc/bash.bashrc", "/etc/bash_completion", "/dev/null", "/home/terzab/.??*", "/etc/resolv.conf", "/usr/lib/locale/*", "/etc/security/*", "/etc/environment"] # Do not delete anything from the followind dir preserve=["/etc", "/home", "/root"] # Filter only these users and groups users=["terzab"] groups=["terzab"]