[PATCH 1/3] enabled chroot for all users

2013-03-20 Thread tal . tchwella
From: Tal Tchwella This patch enables chroot for all users, not just root users, by disabling the appropriate checks in fs/open.c. It also disables nested chroots by non-root users, so they will not be able to break out of a chroot using classic techniques. Signed-off-by: Tal Tchwella --- fs/e

[PATCH 1/3] enabled chroot for all users

2013-03-20 Thread Tal Tchwella
This patch enables chroot for all users, not just root users, by disabling the appropriate checks in fs/open.c. It also disables nested chroots by non-root users, so they will not be able to break out of a chroot using classic techniques. Signed-off-by: Tal Tchwella --- fs/exec.c |