I've setup a chroot jail for some users and that is running fine.
I want them to be able to use the df command (I'm using a modified etc/mtab file inside their chroot with just "/" specified) but I dont want them to be able to see the full usage stats of the disk that they're using.
Ideally it would just show their usage but really anything as long as it is generic would be fine.
Does anyone have any ideas?