From b300254ee1f308c440d8e8d8129fb863b6ec9599 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Dec 2012 16:05:36 +0330 Subject: Making the legacy more useful Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder. --- etc/security/chroot.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/security/chroot.conf (limited to 'etc/security/chroot.conf') diff --git a/etc/security/chroot.conf b/etc/security/chroot.conf new file mode 100644 index 0000000..0e2c5a1 --- /dev/null +++ b/etc/security/chroot.conf @@ -0,0 +1,6 @@ +# /etc/security/chroot.conf +# format: +# username_regex chroot_dir +#matthew /home + +judge /mnt/jail -- cgit