jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] jailkit help with / proc


From: Olivier Sessink
Subject: Re: [Jailkit-users] jailkit help with / proc
Date: Mon, 02 Nov 2009 17:56:39 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Martin wrote:
> Hi,
> i have a problem with one of my apps that i am running in jail.
> The problem is that when i am running app in jail under jailed user
> there is no /proc and pid or other things around memory mapping of libs
> are located in real /proc.
> Is there a way how to replicate it from real /proc into jailed /proc
> directory ?

can can simply mount proc twice:

mount proc /home/jail/proc -t procfs

you can even put that in /etc/fstab to do this automatically at boot time.

regards,
        Olivier





reply via email to

[Prev in Thread] Current Thread [Next in Thread]