March 28, 2024, 11:37:17 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Jailkit 2.3 GUI problem  (Read 3315 times)

Offline KoolK

  • New Member
  • Posts: 1
Jailkit 2.3 GUI problem
« on: March 27, 2007, 05:56:18 AM »
Hi....

In the project which I m working on is about giving fake virtual environment to malicious user and

making his log on system.

I m using Jailkit 2.3 to chroot the malicious user to the jail home folder, where he has restricted

access.

Now some questions I have are -

(1) It works fine for command prompt - i. e. user sees jail home folder as system root and cant go

beyond it.  But if I login through GUI, he is able to see actual system

e.g if my jail is installed /home/jailkit/jail and user1's home folder is set to /home/user1
then throught command prompt he goes to /home/jailkit/jail/home/user1 and his root becomes jail , so

he cant go above it,But in GUI he is able to see whole path /home/jailkit/jail and is able to see

all folders in real system. How to hide it

(2) jailkit doesnt replicate all folders on real systems, so folders like /proc , /tmp etc are not

created in jail environment. Why? and is thr any safe way to do it?....Mounting real /proc on

jail/proc can create problem , as it is actually pointing to original /proc...so is there any wway

to create virtual /proc

Thanks in advance...
KoolK